From 018698467143fb2d91c4688db032a883bac8db5c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 19 Aug 2010 00:55:21 +0000 Subject: SWORD25: Fixed return value of AppEnd svn-id: r53264 --- engines/sword25/sword25.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword25') diff --git a/engines/sword25/sword25.cpp b/engines/sword25/sword25.cpp index c018c1b00e..a1f3eb0f46 100644 --- a/engines/sword25/sword25.cpp +++ b/engines/sword25/sword25.cpp @@ -139,7 +139,7 @@ bool Sword25Engine::AppEnd() { // Free the log file if it was used BS_Log::_CloseLog(); - return false; + return true; } bool Sword25Engine::LoadPackages() { -- cgit v1.2.3