aboutsummaryrefslogtreecommitdiff
path: root/simon/simon.h
diff options
context:
space:
mode:
authorTravis Howell2003-12-12 03:19:39 +0000
committerTravis Howell2003-12-12 03:19:39 +0000
commitdbc5d8c3ee65664fe5cf395ab3297304f8315f21 (patch)
tree94bbb226b3b11e1e68739c41883e740d6a1fa781 /simon/simon.h
parent48440c369770552f80a5f1adf14f756819dbaa56 (diff)
downloadscummvm-rg350-dbc5d8c3ee65664fe5cf395ab3297304f8315f21.tar.gz
scummvm-rg350-dbc5d8c3ee65664fe5cf395ab3297304f8315f21.tar.bz2
scummvm-rg350-dbc5d8c3ee65664fe5cf395ab3297304f8315f21.zip
Add work around for bug in original simon1.
svn-id: r11592
Diffstat (limited to 'simon/simon.h')
-rw-r--r--simon/simon.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/simon/simon.h b/simon/simon.h
index 9ff531e503..a1c33c7811 100644
--- a/simon/simon.h
+++ b/simon/simon.h
@@ -295,7 +295,10 @@ protected:
uint16 _stringid_array_2[20];
uint16 _stringid_array_3[20];
+ uint16 _stringid_array_3_backup[20];
uint16 _speechid_array_4[20];
+ uint16 _speechid_array_4_backup[20];
+ bool _reset_arrays;
uint16 _bit_array[32];
int16 _variableArray[256];