mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 07:53:12 +00:00
Fixed macro.
svn-id: r33332
This commit is contained in:
parent
52e3dec37b
commit
bd5cac4e2e
@ -1492,7 +1492,7 @@ typedef Common::Functor1Mem<EMCState*, int, KyraEngine_HoF> OpcodeV2;
|
||||
|
||||
typedef Common::Functor2Mem<const TIM*, const uint16*, int, KyraEngine_HoF> TIMOpcodeV2;
|
||||
#define OpcodeTim(x) _timOpcodes.push_back(new TIMOpcodeV2(this, &KyraEngine_HoF::x))
|
||||
#define OpcodeTimUnImpl() _timOpcodes.push_back(TIMOpcodeV2(this, 0))
|
||||
#define OpcodeTimUnImpl() _timOpcodes.push_back(new TIMOpcodeV2(this, 0))
|
||||
|
||||
void KyraEngine_HoF::setupOpcodeTable() {
|
||||
Common::Array<const Opcode*> *table = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user