Several HE100 games (moondemo/soccer2004) allow 1024 local scripts.

svn-id: r17864
This commit is contained in:
Travis Howell 2005-04-29 15:08:31 +00:00
parent 5a2d871a2b
commit c885171c51

View File

@ -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;