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

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