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