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
|
@ -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] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue