From 3c0e72bb25f83120f0320782793af64213cbd1c2 Mon Sep 17 00:00:00 2001 From: Christopher Page Date: Wed, 28 May 2008 00:52:45 +0000 Subject: CINE: Initialize exitEngine to 0 in mainLoop() to allow replay after returning to the launcher svn-id: r32333 --- engines/cine/main_loop.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/cine') diff --git a/engines/cine/main_loop.cpp b/engines/cine/main_loop.cpp index 6042849f59..098ce84ae5 100644 --- a/engines/cine/main_loop.cpp +++ b/engines/cine/main_loop.cpp @@ -187,6 +187,7 @@ void CineEngine::mainLoop(int bootScriptIdx) { uint16 mouseButton; quitFlag = 0; + exitEngine = 0; if (_preLoad == false) { resetSeqList(); -- cgit v1.2.3