mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 02:44:56 +00:00
pedantic const correction
svn-id: r13467
This commit is contained in:
parent
18b35e57c8
commit
781809ee2b
@ -526,7 +526,7 @@ protected:
|
||||
const byte *_scriptPointer, *_scriptOrgPointer;
|
||||
byte _opcode, _currentScript;
|
||||
uint16 _curExecScript;
|
||||
byte **_lastCodePtr;
|
||||
const byte * const *_lastCodePtr;
|
||||
int _resultVarNumber, _scummStackPos;
|
||||
int _vmStack[150];
|
||||
int _keyScriptKey, _keyScriptNo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user