aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/loleobbase.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/loleobbase.h')
-rw-r--r--engines/kyra/loleobbase.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/kyra/loleobbase.h b/engines/kyra/loleobbase.h
index a2c13827fc..ba59fe796b 100644
--- a/engines/kyra/loleobbase.h
+++ b/engines/kyra/loleobbase.h
@@ -281,6 +281,10 @@ protected:
int16 _dialogueButtonYoffs;
uint16 _dialogueButtonW;
uint16 _dialogueButtonH;
+ const uint16 *_waitButtonPresX;
+ const uint8 *_waitButtonPresY;
+ const uint16 *_waitButtonPresW;
+ int _waitButtonReverveW;
int _dialogueNumButtons;
int _dialogueHighlightedButton;
int _currentControlMode;