aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/actions.cpp
diff options
context:
space:
mode:
authorStrangerke2012-03-05 23:59:21 +0100
committerStrangerke2012-04-06 08:22:48 +0200
commitb40b00b1c46a615ea346f6eea4c6f42f2d4e356d (patch)
tree45be0e77a064ed9a37571f55bb41612c11cf4798 /engines/mortevielle/actions.cpp
parent203dcdaf4afdf42024fa013a1375a8865bf34875 (diff)
downloadscummvm-rg350-b40b00b1c46a615ea346f6eea4c6f42f2d4e356d.tar.gz
scummvm-rg350-b40b00b1c46a615ea346f6eea4c6f42f2d4e356d.tar.bz2
scummvm-rg350-b40b00b1c46a615ea346f6eea4c6f42f2d4e356d.zip
MORTEVIELLE: Some more renaming
Diffstat (limited to 'engines/mortevielle/actions.cpp')
-rw-r--r--engines/mortevielle/actions.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/mortevielle/actions.cpp b/engines/mortevielle/actions.cpp
index 01dd5b4665..0bcfd67046 100644
--- a/engines/mortevielle/actions.cpp
+++ b/engines/mortevielle/actions.cpp
@@ -711,7 +711,7 @@ void fctPlace() {
if (g_ipers != 0)
showPeoplePresent(g_ipers);
else
- person();
+ displayAloneText();
g_vm->_menu.displayMenu();
if (enterPassageFl) {
@@ -1063,7 +1063,7 @@ void fctListen() {
else {
becfren(l);
int j, h, m;
- calch(j, h, m);
+ updateHour(j, h, m);
rand = getRandomNumber(1, 100);
if ((h >= 0) && (h < 8)) {
if (rand > 30)
@@ -1096,7 +1096,7 @@ void fctEat() {
tmlieu(g_s._currPlace);
int j, h, m;
- calch(j, h, m);
+ updateHour(j, h, m);
if ((h == 12) || (h == 13) || (h == 19)) {
g_s._faithScore -= (g_s._faithScore / 7);
if (h == 12) {
@@ -1204,7 +1204,7 @@ void fctSleep() {
clsf2();
ecrf2();
ecr2(g_vm->getEngineString(S_WANT_TO_WAKE_UP));
- calch(j, h, m);
+ updateHour(j, h, m);
int answer;
do {