pedantic const correction

svn-id: r13467
This commit is contained in:
Max Horn 2004-04-05 00:24:26 +00:00
parent 18b35e57c8
commit 781809ee2b

View File

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