aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/lilliput.h
diff options
context:
space:
mode:
authorStrangerke2018-03-22 00:14:11 +0100
committerEugene Sandulenko2018-03-28 17:36:57 +0200
commitb17dfaad10c58b5683b67945f7b3d7054456de39 (patch)
tree2f75d4b3a2a9609800691f8b60b63afc4f306e93 /engines/lilliput/lilliput.h
parent491dd07e6812074a960ec81e12752eb12a1a6f51 (diff)
downloadscummvm-rg350-b17dfaad10c58b5683b67945f7b3d7054456de39.tar.gz
scummvm-rg350-b17dfaad10c58b5683b67945f7b3d7054456de39.tar.bz2
scummvm-rg350-b17dfaad10c58b5683b67945f7b3d7054456de39.zip
LILLIPUT: More renaming
Diffstat (limited to 'engines/lilliput/lilliput.h')
-rw-r--r--engines/lilliput/lilliput.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/lilliput/lilliput.h b/engines/lilliput/lilliput.h
index 0e87847d0a..278c9733aa 100644
--- a/engines/lilliput/lilliput.h
+++ b/engines/lilliput/lilliput.h
@@ -182,7 +182,7 @@ public:
byte _rulesBuffer2_13_posX[40];
byte _rulesBuffer2_14_posY[40];
byte _characterVariables[1400 + 3120];
- byte *_currentCharacterVariables;
+ byte *_currentCharacterAttributes;
byte _rulesBuffer2_16[40 * 32];
int *_packedStringIndex;
int _packedStringNumb;
@@ -219,7 +219,7 @@ public:
int8 _array12299[40];
int16 _array109E9PosX[40];
int16 _array10A11PosY[40];
- byte _array16E94[40];
+ byte _stingArray[40];
byte _array16C54[4];
byte _array16C58[4];
byte _savedSurfaceGameArea1[176 * 256]; // 45056
@@ -367,7 +367,7 @@ public:
void handleGameScripts();
// Added by Strangerke
- byte *getCharacterVariablesPtr(int16 index);
+ byte *getCharacterAttributesPtr(int16 index);
// Temporary stubs
Common::Event _keyboard_getch();