aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/actions.cpp
diff options
context:
space:
mode:
authorStrangerke2013-06-28 21:13:01 +0200
committerStrangerke2013-06-28 21:13:01 +0200
commit554e04535f3815cdf130f1b98cc9aa1dd3b7e0bb (patch)
treefd8c64db15a504d7da281ad3acca2e6210adb3ba /engines/mortevielle/actions.cpp
parent7be196865b21d2c71787dbe24054edfa13fb4de1 (diff)
downloadscummvm-rg350-554e04535f3815cdf130f1b98cc9aa1dd3b7e0bb.tar.gz
scummvm-rg350-554e04535f3815cdf130f1b98cc9aa1dd3b7e0bb.tar.bz2
scummvm-rg350-554e04535f3815cdf130f1b98cc9aa1dd3b7e0bb.zip
MORTEVIELLE: Some more renaming, introduce MENU_NONE constant
Diffstat (limited to 'engines/mortevielle/actions.cpp')
-rw-r--r--engines/mortevielle/actions.cpp18
1 files changed, 9 insertions, 9 deletions
diff --git a/engines/mortevielle/actions.cpp b/engines/mortevielle/actions.cpp
index bc811811d0..7181d164f7 100644
--- a/engines/mortevielle/actions.cpp
+++ b/engines/mortevielle/actions.cpp
@@ -77,7 +77,7 @@ void MortevielleEngine::fctMove() {
_roomDoorId = _num - 3;
if (_num != 6)
- affrep();
+ prepareDisplayText();
else
showMoveMenuAlert();
return;
@@ -164,11 +164,11 @@ void MortevielleEngine::fctMove() {
loseGame();
} else {
_coreVar._currPlace = INSIDE_WELL;
- affrep();
+ prepareDisplayText();
}
}
if ((menuChoice < 5) || (menuChoice == 13) || (menuChoice == 14))
- affrep();
+ prepareDisplayText();
resetRoomVariables(_coreVar._currPlace);
_menu.setDestinationText(_coreVar._currPlace);
}
@@ -203,7 +203,7 @@ void MortevielleEngine::fctTake() {
_coreVar._wellObjectId = 0;
_menu.unsetSearchMenu();
_obpart = false;
- affrep();
+ prepareDisplayText();
} else {
_tabdon[kAcha + ((_mchai - 1) * 10) + _searchCount - 1] = 0;
tsuiv();
@@ -735,7 +735,7 @@ void MortevielleEngine::fctPlace() {
aniof(2, 1);
_crep = 166;
}
- affrep();
+ prepareDisplayText();
} else {
aniof(2, 1);
_crep = 166;
@@ -813,7 +813,7 @@ void MortevielleEngine::fctTurn() {
int answer = _dialogManager.show(getEngineString(S_YES_NO), 1);
if (answer == 1) {
_coreVar._currPlace = CRYPT;
- affrep();
+ prepareDisplayText();
} else
_crep = 176;
}
@@ -1175,7 +1175,7 @@ void MortevielleEngine::fctEnter() {
aniof(1, 1);
_coreVar._currPlace = _roomDoorId;
- affrep();
+ prepareDisplayText();
resetRoomVariables(_coreVar._currPlace);
_menu.setDestinationText(_coreVar._currPlace);
_roomDoorId = OWN_ROOM;
@@ -1199,7 +1199,7 @@ void MortevielleEngine::fctSleep() {
if (_coreVar._currPlace != OWN_ROOM) {
exitRoom();
_coreVar._currPlace = OWN_ROOM;
- affrep();
+ prepareDisplayText();
drawPictureWithText();
resetRoomVariables(_coreVar._currPlace);
_menu.setDestinationText(_coreVar._currPlace);
@@ -1537,7 +1537,7 @@ void MortevielleEngine::fctDiscuss() {
showPeoplePresent(_currBitIndex);
prepareRoom();
drawClock();
- affrep();
+ prepareDisplayText();
/* chech;*/
_menu.setDestinationText(_coreVar._currPlace);
clearVerbBar();