mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-26 03:37:53 +00:00
Several HE100 games (moondemo/soccer2004) allow 1024 local scripts.
svn-id: r17864
This commit is contained in:
parent
5a2d871a2b
commit
c885171c51
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user