From 1ac29aae1ea2137743afedf588dca0c9aae8df39 Mon Sep 17 00:00:00 2001 From: Chris Apers Date: Tue, 19 Oct 2004 12:30:42 +0000 Subject: Help PalmOS (and more ?) to save memory svn-id: r15611 --- scumm/script_v8.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v8.cpp') 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] = { -- cgit v1.2.3