aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v6.cpp')
-rw-r--r--scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v6.cpp b/scumm/script_v6.cpp
index 1df9e227e9..b5be67b581 100644
--- a/scumm/script_v6.cpp
+++ b/scumm/script_v6.cpp
@@ -45,7 +45,7 @@
namespace Scumm {
-#define OPCODE(x) { &ScummEngine_v6::x, #x }
+#define OPCODE(x) _OPCODE(ScummEngine_v6, x)
void ScummEngine_v6::setupOpcodes() {
static const OpcodeEntryV6 opcodes[256] = {