Skip to content

Commit

Permalink
SCI: Fix wording for commit fc14641
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Jul 10, 2015
1 parent fc14641 commit 138ec33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion engines/sci/engine/kfile.cpp
Expand Up @@ -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:
Expand Down

0 comments on commit 138ec33

Please sign in to comment.