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