[Scummvm-cvs-logs] scummvm master -> cd412b3a893ada5ce7bb28bfe8e0abc4e8c24692

Strangerke Strangerke at scummvm.org
Tue Mar 5 07:33:28 CET 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
cd412b3a89 HOPKINS: Remove debugging hack


Commit: cd412b3a893ada5ce7bb28bfe8e0abc4e8c24692
    https://github.com/scummvm/scummvm/commit/cd412b3a893ada5ce7bb28bfe8e0abc4e8c24692
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-03-04T22:32:35-08:00

Commit Message:
HOPKINS: Remove debugging hack

Changed paths:
    engines/hopkins/hopkins.cpp



diff --git a/engines/hopkins/hopkins.cpp b/engines/hopkins/hopkins.cpp
index 87e1901..e5631e2 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);






More information about the Scummvm-git-logs mailing list