aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/avalanche/avalanche.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/avalanche/avalanche.cpp b/engines/avalanche/avalanche.cpp
index 24e5f56dd1..75ab53f870 100644
--- a/engines/avalanche/avalanche.cpp
+++ b/engines/avalanche/avalanche.cpp
@@ -589,7 +589,7 @@ Common::Error AvalancheEngine::run() {
// break;
//}
- } while (!shouldQuit());
+ } while (!_gyro->_letMeOut && !shouldQuit());
return Common::kNoError;
}