mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 21:20:58 +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:
|
protected:
|
||||||
/* Script VM - should be in Script class */
|
/* Script VM - should be in Script class */
|
||||||
uint32 _localScriptOffsets[256];
|
uint32 _localScriptOffsets[1024];
|
||||||
const byte *_scriptPointer, *_scriptOrgPointer;
|
const byte *_scriptPointer, *_scriptOrgPointer;
|
||||||
byte _opcode, _currentScript;
|
byte _opcode, _currentScript;
|
||||||
uint16 _curExecScript;
|
uint16 _curExecScript;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user