aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/opcodes.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agi/opcodes.h')
-rw-r--r--engines/agi/opcodes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/opcodes.h b/engines/agi/opcodes.h
index 075bd27f61..3c733ce213 100644
--- a/engines/agi/opcodes.h
+++ b/engines/agi/opcodes.h
@@ -35,8 +35,8 @@ struct AgiInstruction {
int argumentsLength() { return strlen(args); }
};
-extern AgiInstruction logicNamesTest[];
-extern AgiInstruction logicNamesCmd[];
+extern AgiInstruction *logicNamesTest;
+extern AgiInstruction *logicNamesCmd;
void cmd_increment(AgiGame *state, uint8 *p);
void cmd_decrement(AgiGame *state, uint8 *p);