diff options
Diffstat (limited to 'engines/kyra/script_tim.cpp')
| -rw-r--r-- | engines/kyra/script_tim.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/kyra/script_tim.cpp b/engines/kyra/script_tim.cpp index 4ad6464424..6b82ba06de 100644 --- a/engines/kyra/script_tim.cpp +++ b/engines/kyra/script_tim.cpp @@ -34,7 +34,7 @@ namespace Kyra {  TIMInterpreter::TIMInterpreter(KyraEngine_v1 *vm, OSystem *system) : _vm(vm), _system(system), _currentTim(0) {  #define COMMAND(x) { &TIMInterpreter::x, #x }  #define COMMAND_UNIMPL() { 0, 0 } -	static CommandEntry commandProcs[] = { +	static const CommandEntry commandProcs[] = {  		// 0x00  		COMMAND(cmd_initFunc0),  		COMMAND(cmd_stopCurFunc), | 
