aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStrangerke2013-03-05 07:32:35 +0100
committerStrangerke2013-03-05 07:32:35 +0100
commitcd412b3a893ada5ce7bb28bfe8e0abc4e8c24692 (patch)
tree7c3e7cf706be1b25196a7ead397c4aa427aea20d
parent4c16ba6636589d8cb8dccc44022ab13bcfba1115 (diff)
downloadscummvm-rg350-cd412b3a893ada5ce7bb28bfe8e0abc4e8c24692.tar.gz
scummvm-rg350-cd412b3a893ada5ce7bb28bfe8e0abc4e8c24692.tar.bz2
scummvm-rg350-cd412b3a893ada5ce7bb28bfe8e0abc4e8c24692.zip
HOPKINS: Remove debugging hack
-rw-r--r--engines/hopkins/hopkins.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 87e19013f3..e5631e27d8 100644
--- a/engines/hopkins/hopkins.cpp
+++ b/engines/hopkins/hopkins.cpp
@@ -819,9 +819,6 @@ bool HopkinsEngine::runFull() {
if (g_system->getEventManager()->shouldQuit())
return false;
- _globals._exitId = 93;
- _globals._saveData->_data[svEscapeLeftJailFl] = 0;
-
switch (_globals._exitId) {
case 1:
_linesManager.setMaxLineIdx(40);