aboutsummaryrefslogtreecommitdiff
path: root/engines/cine/main_loop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cine/main_loop.cpp')
-rw-r--r--engines/cine/main_loop.cpp6
1 files changed, 3 insertions, 3 deletions
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();