Help PalmOS (and more ?) to save memory
svn-id: r15611
This commit is contained in:
parent
61e438df22
commit
1ac29aae1e
11 changed files with 18 additions and 10 deletions
|
@ -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] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue