aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/eobcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/eobcommon.h')
-rw-r--r--engines/kyra/eobcommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/eobcommon.h b/engines/kyra/eobcommon.h
index 800716c81e..795b0178d2 100644
--- a/engines/kyra/eobcommon.h
+++ b/engines/kyra/eobcommon.h
@@ -71,7 +71,6 @@ struct EobGuiButtonDef {
uint8 y;
uint16 w;
uint8 h;
- Button::Callback buttonCallback;
uint16 arg;
};
@@ -738,6 +737,7 @@ protected:
int _buttonList8Size;
const EobGuiButtonDef *_buttonDefs;
+
const char *const *_characterGuiStringsHp;
const char *const *_characterGuiStringsWp;
const char *const *_characterGuiStringsWr;