From 2e6ad11d6d65d4f02e6b8283b47fa31a9abbc4f3 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Mon, 18 Dec 2006 20:38:31 +0000 Subject: Fixed the note-pad, font changing and date/time-display svn-id: r24875 --- engines/gob/game_v2.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engines/gob/game_v2.cpp') diff --git a/engines/gob/game_v2.cpp b/engines/gob/game_v2.cpp index e18f8a9e37..22a4953656 100644 --- a/engines/gob/game_v2.cpp +++ b/engines/gob/game_v2.cpp @@ -71,7 +71,8 @@ void Game_v2::playTot(int16 skipPlay) { if (skipPlay <= 0) { while (!_vm->_quitRequested) { - _vm->_draw->animateCursor(4); + if (_vm->_global->_inter_variables != 0) + _vm->_draw->animateCursor(4); if (_vm->_features & GF_MAC) _vm->_music->stopPlay(); else -- cgit v1.2.3