aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/lol.h
diff options
context:
space:
mode:
authorJohannes Schickel2009-05-22 22:43:13 +0000
committerJohannes Schickel2009-05-22 22:43:13 +0000
commit017bb21945f91a0f3459ccc7c7eac6608082acf3 (patch)
tree3c4f92f12b001865e5b0e8410acfd847503e7697 /engines/kyra/lol.h
parent89d4bcbf265533f51cfe9ed9ee82c96956acbf65 (diff)
downloadscummvm-rg350-017bb21945f91a0f3459ccc7c7eac6608082acf3.tar.gz
scummvm-rg350-017bb21945f91a0f3459ccc7c7eac6608082acf3.tar.bz2
scummvm-rg350-017bb21945f91a0f3459ccc7c7eac6608082acf3.zip
Change button list handling to closer match original. This fixes a crash when loading via GMM.
svn-id: r40793
Diffstat (limited to 'engines/kyra/lol.h')
-rw-r--r--engines/kyra/lol.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/kyra/lol.h b/engines/kyra/lol.h
index e5d513d75f..cd779b53f9 100644
--- a/engines/kyra/lol.h
+++ b/engines/kyra/lol.h
@@ -497,6 +497,7 @@ private:
Common::Array<Button::Callback> _buttonCallbacks;
Button *_activeButtons;
+ Button _activeButtonData[70];
ButtonDef _sceneWindowButton;
bool _preserveEvents;