From 781809ee2be3c1ad15e3e9a62296f27241ac9cd0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Mon, 5 Apr 2004 00:24:26 +0000 Subject: pedantic const correction svn-id: r13467 --- scumm/scumm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm') diff --git a/scumm/scumm.h b/scumm/scumm.h index a275d1a34b..9808d12582 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -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; -- cgit v1.2.3