From 8476b7a94f2b381c1c487bffcd4052017202db24 Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Thu, 9 Mar 2006 23:02:29 +0000 Subject: minor cleanup. svn-id: r21189 --- engines/cine/main_loop.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/cine/main_loop.cpp') diff --git a/engines/cine/main_loop.cpp b/engines/cine/main_loop.cpp index 5197ea5362..f703f89da5 100644 --- a/engines/cine/main_loop.cpp +++ b/engines/cine/main_loop.cpp @@ -93,14 +93,14 @@ void mainLoop(int bootScriptIdx) { uint8 di; uint16 mouseButton; - closeEngine3(); + freeAnimDataTable(); resetMessageHead(); resetSeqList(); resetglobalScriptsHead(); resetObjectScriptHead(); mainLoopSub1(); - mainLoopSub2(0, 0, 20, 200); + setTextWindow(0, 0, 20, 200); errorVar = 0; @@ -232,7 +232,7 @@ void mainLoop(int bootScriptIdx) { hideMouse(); g_sfxPlayer->stop(); - closeEngine3(); + freeAnimDataTable(); unloadAllMasks(); freePrcLinkedList(); releaseObjectScripts(); -- cgit v1.2.3