From 6a6058a1cc3c3dac9b2c2dae13c020a8452b9969 Mon Sep 17 00:00:00 2001 From: Walter van Niftrik Date: Thu, 23 Feb 2017 14:35:47 +0100 Subject: ADL: Reset linesPrinted in game loop --- engines/adl/hires6.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'engines/adl/hires6.cpp') diff --git a/engines/adl/hires6.cpp b/engines/adl/hires6.cpp index fa243e3c4d..0f21a14dd0 100644 --- a/engines/adl/hires6.cpp +++ b/engines/adl/hires6.cpp @@ -372,9 +372,6 @@ void HiRes6Engine::showRoom() { _display->updateHiResScreen(); setVar(2, 0xff); printString(_roomData.description); - - // FIXME: move to main loop? - _linesPrinted = 0; } Common::String HiRes6Engine::formatVerbError(const Common::String &verb) const { -- cgit v1.2.3