aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorFilippos Karapetis2015-07-10 14:25:35 +0300
committerFilippos Karapetis2015-07-10 14:25:35 +0300
commit138ec332d2190fcc44707c7d14114f85b1813f7c (patch)
tree1feea5c8c09ca9f2641fb8f8377c1f93e49673bd /engines
parentfc1464155a7e48b05829401c7605c3f65bda0000 (diff)
downloadscummvm-rg350-138ec332d2190fcc44707c7d14114f85b1813f7c.tar.gz
scummvm-rg350-138ec332d2190fcc44707c7d14114f85b1813f7c.tar.bz2
scummvm-rg350-138ec332d2190fcc44707c7d14114f85b1813f7c.zip
SCI: Fix wording for commit fc14641
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/engine/kfile.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/engines/sci/engine/kfile.cpp b/engines/sci/engine/kfile.cpp
index 0ed08fa5e4..61ac76d0a7 100644
--- a/engines/sci/engine/kfile.cpp
+++ b/engines/sci/engine/kfile.cpp
@@ -934,7 +934,8 @@ reg_t kRestoreGame(EngineState *s, int argc, reg_t *argv) {
g_sci->_gfxMenu->kernelSetAttribute(1026 >> 8, 1026 & 0xFF, SCI_MENU_ATTRIBUTE_ENABLED, TRUE_REG); // Status -> Goals
break;
case GID_PQ2:
- // HACK: Same as above - enable the save game menu option when dying in PQ2 (bug #6875)
+ // HACK: Same as above - enable the save game menu option when loading in PQ2 (bug #6875).
+ // It gets disabled in the game's death screen.
g_sci->_gfxMenu->kernelSetAttribute(2, 1, SCI_MENU_ATTRIBUTE_ENABLED, TRUE_REG); // Game -> Save Game
break;
default: