aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v8.cpp
diff options
context:
space:
mode:
authorChris Apers2004-10-19 12:30:42 +0000
committerChris Apers2004-10-19 12:30:42 +0000
commit1ac29aae1ea2137743afedf588dca0c9aae8df39 (patch)
tree261326ebd601d88b238af814cf3b00cb3dfdd274 /scumm/script_v8.cpp
parent61e438df2287d83dfe17e2497da0a41672e6df05 (diff)
downloadscummvm-rg350-1ac29aae1ea2137743afedf588dca0c9aae8df39.tar.gz
scummvm-rg350-1ac29aae1ea2137743afedf588dca0c9aae8df39.tar.bz2
scummvm-rg350-1ac29aae1ea2137743afedf588dca0c9aae8df39.zip
Help PalmOS (and more ?) to save memory
svn-id: r15611
Diffstat (limited to 'scumm/script_v8.cpp')
-rw-r--r--scumm/script_v8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp
index e334717385..024c661411 100644
--- a/scumm/script_v8.cpp
+++ b/scumm/script_v8.cpp
@@ -36,7 +36,7 @@
namespace Scumm {
-#define OPCODE(x) { &ScummEngine_v8::x, #x }
+#define OPCODE(x) _OPCODE(ScummEngine_v8, x)
void ScummEngine_v8::setupOpcodes() {
static const OpcodeEntryV8 opcodes[256] = {