aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/modal.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-09-20 22:51:44 +0200
committerEugene Sandulenko2016-09-20 22:52:08 +0200
commit9e505ba49c55fae0910e3a99886adb0158f6ef45 (patch)
tree410b9a8164afbbd65070daf9419a30cb67b25fb8 /engines/fullpipe/modal.cpp
parentfd8082593e544f2969ac99fe9a5670ce11959d57 (diff)
downloadscummvm-rg350-9e505ba49c55fae0910e3a99886adb0158f6ef45.tar.gz
scummvm-rg350-9e505ba49c55fae0910e3a99886adb0158f6ef45.tar.bz2
scummvm-rg350-9e505ba49c55fae0910e3a99886adb0158f6ef45.zip
FULLPIPE: Fix debug menu cheat
Diffstat (limited to 'engines/fullpipe/modal.cpp')
-rw-r--r--engines/fullpipe/modal.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp
index 468d4219fc..b73eaab5c7 100644
--- a/engines/fullpipe/modal.cpp
+++ b/engines/fullpipe/modal.cpp
@@ -1197,7 +1197,7 @@ bool ModalMainMenu::isSaveAllowed() {
}
void ModalMainMenu::enableDebugMenu(char c) {
- const char deb[] = "DEBUGER";
+ const char deb[] = "debuger";
if (c == deb[_debugKeyCount]) {
_debugKeyCount++;