aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-10-08 09:59:36 +0000
committerTorbjörn Andersson2005-10-08 09:59:36 +0000
commitc4752fc320456f264042677968362fddf2253fcd (patch)
tree0599d5b5377c4d504b9f5cd73f549c98c72362ec /simon/simon.h
parenta202b15062e3f5dc8754f94526bc6a179b70c1d1 (diff)
downloadscummvm-rg350-c4752fc320456f264042677968362fddf2253fcd.tar.gz
scummvm-rg350-c4752fc320456f264042677968362fddf2253fcd.tar.bz2
scummvm-rg350-c4752fc320456f264042677968362fddf2253fcd.zip
Added/stubbed some Feeble opcodes, and fixed a regression that made it
impossible to load old (and probably new, for that matter) Simon savegames. svn-id: r18958
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 840ac946a9..4e503028a4 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -304,7 +304,7 @@ protected:
uint16 _stringIdArray3[20];
uint16 _speechIdArray4[20];
- uint16 _bitArray[32];
+ uint16 _bitArray[48];
int16 _variableArray[256];
FillOrCopyStruct *_fcsPtrArray3[8];