aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v5.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_v5.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_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] = {