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/adl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/adl/adl.h') diff --git a/engines/adl/adl.h b/engines/adl/adl.h index d71d40816e..3ac99c465b 100644 --- a/engines/adl/adl.h +++ b/engines/adl/adl.h @@ -390,6 +390,7 @@ protected: // Game state State _state; + uint _linesPrinted; bool _isRestarting, _isRestoring, _isQuitting; bool _canSaveNow, _canRestoreNow; bool _abortScript; -- cgit v1.2.3