aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
authorTravis Howell2005-04-29 15:08:31 +0000
committerTravis Howell2005-04-29 15:08:31 +0000
commitc885171c517ec1864e1969441fbddf43676cfd03 (patch)
treec5f7f21945a3f3dbf17c01a66ba2f54882264ad3 /scumm/scumm.h
parent5a2d871a2b480c9237b51e910a5d71d91418dfbb (diff)
downloadscummvm-rg350-c885171c517ec1864e1969441fbddf43676cfd03.tar.gz
scummvm-rg350-c885171c517ec1864e1969441fbddf43676cfd03.tar.bz2
scummvm-rg350-c885171c517ec1864e1969441fbddf43676cfd03.zip
Several HE100 games (moondemo/soccer2004) allow 1024 local scripts.
svn-id: r17864
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 8addfb9d5b..3619cdc8ce 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -575,7 +575,7 @@ public:
protected:
/* Script VM - should be in Script class */
- uint32 _localScriptOffsets[256];
+ uint32 _localScriptOffsets[1024];
const byte *_scriptPointer, *_scriptOrgPointer;
byte _opcode, _currentScript;
uint16 _curExecScript;