diff options
Diffstat (limited to 'engines/gargoyle/frotz/processor.cpp')
-rw-r--r-- | engines/gargoyle/frotz/processor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gargoyle/frotz/processor.cpp b/engines/gargoyle/frotz/processor.cpp index 20fb387b74..721f64b4bf 100644 --- a/engines/gargoyle/frotz/processor.cpp +++ b/engines/gargoyle/frotz/processor.cpp @@ -132,7 +132,7 @@ Opcode Processor::ext_opcodes[64] = { }; Processor::Processor(OSystem *syst, const GargoyleGameDescription *gameDesc) : - GlkInterface(syst, gameDesc), Mem(), Errors(), + GlkInterface(syst, gameDesc), Errors(), _finished(0), _sp(nullptr), _fp(nullptr), _frameCount(0), zargc(0), _decoded(nullptr), _encoded(nullptr), _resolution(0), _randomInterval(0), _randomCtr(0), first_restart(true) { |