aboutsummaryrefslogtreecommitdiff
path: root/engines/agi/savegame.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2006-05-29 21:30:48 +0000
committerWillem Jan Palenstijn2006-05-29 21:30:48 +0000
commit163ed1afd3fc29f351125fcf8f98fc4ad2a006b9 (patch)
treeff1712ba68a66597c8693c4746959531533dad6d /engines/agi/savegame.cpp
parent7ff20a70a5966bfb55a896604bb7f3461e9cd03d (diff)
downloadscummvm-rg350-163ed1afd3fc29f351125fcf8f98fc4ad2a006b9.tar.gz
scummvm-rg350-163ed1afd3fc29f351125fcf8f98fc4ad2a006b9.tar.bz2
scummvm-rg350-163ed1afd3fc29f351125fcf8f98fc4ad2a006b9.zip
objectify AGI menu.h/cpp
svn-id: r22757
Diffstat (limited to 'engines/agi/savegame.cpp')
-rw-r--r--engines/agi/savegame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/agi/savegame.cpp b/engines/agi/savegame.cpp
index fb367389fe..0d72ee5a8d 100644
--- a/engines/agi/savegame.cpp
+++ b/engines/agi/savegame.cpp
@@ -732,7 +732,7 @@ int loadgame_simple() {
if ((rc = load_game(path)) == err_OK) {
message_box("Game restored.");
game.exit_all_logics = 1;
- menu_enable_all();
+ menu->enable_all();
} else {
message_box("Error restoring game.");
}
@@ -775,7 +775,7 @@ int loadgame_dialog() {
if ((rc = load_game(path)) == err_OK) {
message_box("Game restored.");
game.exit_all_logics = 1;
- menu_enable_all();
+ menu->enable_all();
} else {
message_box("Error restoring game.");
}