Added const to some static data.
svn-id: r32763
This commit is contained in:
parent
28e32bb7cb
commit
df1aa7809a
10 changed files with 19 additions and 17 deletions
|
@ -35,7 +35,7 @@
|
|||
namespace Kyra {
|
||||
EMCInterpreter::EMCInterpreter(KyraEngine_v1 *vm) : _vm(vm) {
|
||||
#define COMMAND(x) { &EMCInterpreter::x, #x }
|
||||
static CommandEntry commandProcs[] = {
|
||||
static const CommandEntry commandProcs[] = {
|
||||
// 0x00
|
||||
COMMAND(cmd_jmpTo),
|
||||
COMMAND(cmd_setRetValue),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue