aboutsummaryrefslogtreecommitdiff
path: root/engines/lilliput/lilliput.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/lilliput/lilliput.h')
-rw-r--r--engines/lilliput/lilliput.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/lilliput/lilliput.h b/engines/lilliput/lilliput.h
index 88b50d0384..0e87847d0a 100644
--- a/engines/lilliput/lilliput.h
+++ b/engines/lilliput/lilliput.h
@@ -148,8 +148,8 @@ public:
byte _numCharacters;
Common::Point _currentScriptCharacterPos;
int _nextCharacterIndex;
- int8 _word16EFEh;
- int8 _word16EFEl_characterId;
+ int8 _waitingSignal;
+ int8 _waitingSignalCharacterId;
uint16 _word1817B;
Common::Point _savedSurfaceUnderMousePos;
bool _displayGreenHand;