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

@ -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] = {