aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
diff options
context:
space:
mode:
authorOystein Eftevaag2006-03-07 14:16:52 +0000
committerOystein Eftevaag2006-03-07 14:16:52 +0000
commit3f31e1b27dd1d392d5bdff26a99712b3682eace9 (patch)
tree1df6a2d35850970ee7eae105638e9b69e0dbae91 /engines/kyra/staticres.cpp
parent1f22481d839de1dd2952aa2c6c840e7ed6bb9d7f (diff)
downloadscummvm-rg350-3f31e1b27dd1d392d5bdff26a99712b3682eace9.tar.gz
scummvm-rg350-3f31e1b27dd1d392d5bdff26a99712b3682eace9.tar.bz2
scummvm-rg350-3f31e1b27dd1d392d5bdff26a99712b3682eace9.zip
Added the proper death dialog, changed the sequence skipping code a bit to avoid
possible frame losses, and removed a (now) redundant call to showOverlay() in the debugger. svn-id: r21125
Diffstat (limited to 'engines/kyra/staticres.cpp')
-rw-r--r--engines/kyra/staticres.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/engines/kyra/staticres.cpp b/engines/kyra/staticres.cpp
index a6d1e7920b..63e2cc12ab 100644
--- a/engines/kyra/staticres.cpp
+++ b/engines/kyra/staticres.cpp
@@ -946,11 +946,17 @@ Menu KyraEngine::_menu[] = {
{
{1, 0, 0, "Save", 24, 0, 44, 72, 15, 252, 253, -1, 255,
248, 249, 250, &KyraEngine::gui_savegameConfirm, -1, 0, 0, 0, 0, 0},
- // {1, 0, 0, "Cancel", 110, 0, 44, 72, 15, 252, 253, -1, 255,
- // 248, 249, 250, /*&menu_cancelconfirmsave*/ 0, -1, 0, 0, 0, 0, 0},
{1, 0, 0, "Cancel", 192, 0, 44, 72, 15, 252, 253, -1, 255,
248, 249, 250, &KyraEngine::gui_cancelSubMenu, -1, 0, 0, 0, 0, 0}
}
+ },
+ { -1, -1, 208, 76, 248, 249, 250, "Rest in peace, Brandon.", 251, -1, 8, 0, 2, -1, -1, -1, -1,
+ {
+ {1, 0, 0, "Load a game", -1, -1, 30, 148, 15, 252, 253, 24, 0,
+ 248, 249, 250, &KyraEngine::gui_loadGameMenu, -1, 0, 0, 0, 0, 0},
+ {1, 0, 0, "Quit playing", -1, -1, 47, 148, 15, 252, 253, 24, 0,
+ 248, 249, 250, &KyraEngine::gui_quitPlaying, -1, 0, 0, 0, 0, 0}
+ }
}
};