From d2c0b9d0034a5f5cf49c2fae769b146c6ffc980e Mon Sep 17 00:00:00 2001 From: Christopher Page Date: Thu, 26 Jun 2008 04:54:29 +0000 Subject: Sword2 now uses the new _quit flag svn-id: r32794 --- engines/sword2/sword2.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines/sword2/sword2.cpp') diff --git a/engines/sword2/sword2.cpp b/engines/sword2/sword2.cpp index 7331d1f761..dc52bc5630 100644 --- a/engines/sword2/sword2.cpp +++ b/engines/sword2/sword2.cpp @@ -229,7 +229,6 @@ Sword2Engine::Sword2Engine(OSystem *syst) : Engine(syst) { _gameCycle = 0; _gameSpeed = 1; - _quit = false; syst->getEventManager()->registerRandomSource(_rnd, "sword2"); } @@ -460,7 +459,7 @@ int Sword2Engine::go() { #endif } - return 0; + return _rtl; } void Sword2Engine::closeGame() { -- cgit v1.2.3