aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/actions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/mortevielle/actions.cpp')
-rw-r--r--engines/mortevielle/actions.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/mortevielle/actions.cpp b/engines/mortevielle/actions.cpp
index 86c03b41d1..a4255fd598 100644
--- a/engines/mortevielle/actions.cpp
+++ b/engines/mortevielle/actions.cpp
@@ -83,7 +83,7 @@ void MortevielleEngine::fctMove() {
if (g_num != 6)
affrep();
else
- aldepl();
+ showMoveMenuAlert();
return;
}
tsort();
@@ -598,7 +598,7 @@ void MortevielleEngine::fctOpen() {
}
if (g_caff == 15) {
- aldepl();
+ showMoveMenuAlert();
return;
}
@@ -1132,7 +1132,7 @@ void MortevielleEngine::fctEnter() {
gotoDiningRoom();
_menu.setDestinationMenuText(g_s._currPlace);
} else if (g_s._currPlace == LANDING)
- aldepl();
+ showMoveMenuAlert();
else if (g_ment == 0)
g_crep = 997;
else if ((g_ment == 9) && (g_s._selectedObjectId != 136)) {