aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/macventure.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/macventure.cpp')
-rw-r--r--engines/macventure/macventure.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/macventure.cpp b/engines/macventure/macventure.cpp
index b3b3463cf5..37e1472338 100644
--- a/engines/macventure/macventure.cpp
+++ b/engines/macventure/macventure.cpp
@@ -304,7 +304,7 @@ void MacVentureEngine::winGame() {
void MacVentureEngine::loseGame() {
_gui->showPrebuiltDialog(kWinGameDialog);
_paused = true;
- _gameState = kGameStateLosing;
+ //_gameState = kGameStateLosing;
}
void MacVentureEngine::clickToContinue() {