diff options
Diffstat (limited to 'engines/sword25')
-rw-r--r-- | engines/sword25/sword25.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |