aboutsummaryrefslogtreecommitdiff
path: root/engines/access/bubble_box.h
diff options
context:
space:
mode:
authorStrangerke2015-01-17 09:42:41 +0100
committerStrangerke2015-01-17 09:42:41 +0100
commit27a9a046153c20d664394079f123f46a7ccde470 (patch)
tree12623aedbc3169b0390e1765b5eec28aa1390abe /engines/access/bubble_box.h
parent82027ef3253eb109eac457bc103756acc27a78c6 (diff)
downloadscummvm-rg350-27a9a046153c20d664394079f123f46a7ccde470.tar.gz
scummvm-rg350-27a9a046153c20d664394079f123f46a7ccde470.tar.bz2
scummvm-rg350-27a9a046153c20d664394079f123f46a7ccde470.zip
ACCESS: MM - Fix crash in cmdDoTravel, some renaming
Diffstat (limited to 'engines/access/bubble_box.h')
-rw-r--r--engines/access/bubble_box.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/access/bubble_box.h b/engines/access/bubble_box.h
index 52ee497106..5697c7397b 100644
--- a/engines/access/bubble_box.h
+++ b/engines/access/bubble_box.h
@@ -57,7 +57,8 @@ public:
Common::StringArray _nameIndex;
Common::String _bubbleTitle;
Common::String _bubbleDisplStr;
- Common::String _tempListPtr[60];
+ Common::String _tempList[60];
+ int _tempListIdx[60];
int _btnId1;
int _btnX1;
int _btnId2;
@@ -94,7 +95,7 @@ public:
void doBox(int item, int box);
- int doBox_v1(int item, int box, int &type);
+ int doBox_v1(int item, int box, int &btnSelected);
void getList(const char *data[], int *flags);
void SETCURSORPOS(int posX, int posY);
void PRINTSTR(Common::String msg);