aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/input.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-16 05:45:56 +0300
committerEugene Sandulenko2013-09-16 10:48:47 +0300
commit79dd3274111132eb89fe104406110541bf2329de (patch)
treed4b27f2456a958ac3bc5e01bdaf55f0d898c4088 /engines/fullpipe/input.cpp
parent914535a460aa3b3f23bf3ce807619ba388e14135 (diff)
downloadscummvm-rg350-79dd3274111132eb89fe104406110541bf2329de.tar.gz
scummvm-rg350-79dd3274111132eb89fe104406110541bf2329de.tar.bz2
scummvm-rg350-79dd3274111132eb89fe104406110541bf2329de.zip
FULLPIPE: Fix cheat codes. Bug in original?
Diffstat (limited to 'engines/fullpipe/input.cpp')
-rw-r--r--engines/fullpipe/input.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/fullpipe/input.cpp b/engines/fullpipe/input.cpp
index c4af54ddc3..dfd8d32168 100644
--- a/engines/fullpipe/input.cpp
+++ b/engines/fullpipe/input.cpp
@@ -165,7 +165,6 @@ void FullpipeEngine::defHandleKeyDown(int key) {
return;
}
- warning("%d %d", _currentCheat, _currentCheatPos);
if (toupper(key) != input_cheats[_currentCheat][_currentCheatPos]) {
_currentCheat = -1;