[Scummvm-git-logs] scummvm master -> 9e505ba49c55fae0910e3a99886adb0158f6ef45
sev-
sev at scummvm.org
Tue Sep 20 22:52:13 CEST 2016
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:
9e505ba49c FULLPIPE: Fix debug menu cheat
Commit: 9e505ba49c55fae0910e3a99886adb0158f6ef45
https://github.com/scummvm/scummvm/commit/9e505ba49c55fae0910e3a99886adb0158f6ef45
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-09-20T22:52:08+02:00
Commit Message:
FULLPIPE: Fix debug menu cheat
Changed paths:
engines/fullpipe/modal.cpp
diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp
index 468d421..b73eaab 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++;
More information about the Scummvm-git-logs
mailing list