Added const to some static data.

svn-id: r32763
This commit is contained in:
Johannes Schickel 2008-06-24 13:59:48 +00:00
parent 28e32bb7cb
commit df1aa7809a
10 changed files with 19 additions and 17 deletions

View file

@ -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),