diff options
author | Eugene Sandulenko | 2016-09-30 17:11:13 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2016-09-30 22:35:55 +0200 |
commit | 424d2380b5268504ffee2b72d14594277a38324d (patch) | |
tree | 2dfab202aabb2b0fd56b0388dc8705336c700b10 /engines/fullpipe | |
parent | b1c10e147c3c255890ef15236f27b615b7df38f7 (diff) | |
download | scummvm-rg350-424d2380b5268504ffee2b72d14594277a38324d.tar.gz scummvm-rg350-424d2380b5268504ffee2b72d14594277a38324d.tar.bz2 scummvm-rg350-424d2380b5268504ffee2b72d14594277a38324d.zip |
FULLPIPE: Enable debug menu permanently after cheat code to match the original
Diffstat (limited to 'engines/fullpipe')
-rw-r--r-- | engines/fullpipe/modal.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/modal.cpp b/engines/fullpipe/modal.cpp index b73eaab5c7..05e83fca06 100644 --- a/engines/fullpipe/modal.cpp +++ b/engines/fullpipe/modal.cpp @@ -1224,6 +1224,8 @@ void ModalMainMenu::enableDebugMenuButton() { area->picObjL = _scene->getPictureObjectById(area->picIdL, 0); area->picObjL->_flags &= 0xFFFB; _areas.push_back(area); + + g_fp->_mainMenu_debugEnabled = true; } void ModalMainMenu::setSliderPos() { |