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

sev- sev at scummvm.org
Thu Sep 19 22:34:14 CEST 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:
d6c5eed8ff FULLPIPE: Remove leftover debug output


Commit: d6c5eed8ffd542bc137139f1289002e9c907094e
    https://github.com/scummvm/scummvm/commit/d6c5eed8ffd542bc137139f1289002e9c907094e
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2013-09-19T13:33:26-07:00

Commit Message:
FULLPIPE: Remove leftover debug output

Changed paths:
    engines/fullpipe/input.cpp



diff --git a/engines/fullpipe/input.cpp b/engines/fullpipe/input.cpp
index 4db0ffb..ee826fd 100644
--- a/engines/fullpipe/input.cpp
+++ b/engines/fullpipe/input.cpp
@@ -172,7 +172,6 @@ void FullpipeEngine::defHandleKeyDown(int key) {
 	}
 
 	_currentCheatPos++;
-	warning("%d %d", _currentCheat, _currentCheatPos);
 
 	if (!input_cheats[_currentCheat][_currentCheatPos]) {
 		switch (_currentCheat) {






More information about the Scummvm-git-logs mailing list