Help PalmOS (and more ?) to save memory

svn-id: r15611
This commit is contained in:
Chris Apers 2004-10-19 12:30:42 +00:00
parent 61e438df22
commit 1ac29aae1e
11 changed files with 18 additions and 10 deletions

View file

@ -31,7 +31,7 @@
namespace Scumm {
#define OPCODE(x) { &ScummEngine_v2::x, #x }
#define OPCODE(x) _OPCODE(ScummEngine_v2, x)
void ScummEngine_v2::setupOpcodes() {
static const OpcodeEntryV2 opcodes[256] = {