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_v5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v5.cpp') 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] = { -- cgit v1.2.3