aboutsummaryrefslogtreecommitdiff
path: root/engines/mortevielle/actions.cpp
diff options
context:
space:
mode:
authorStrangerke2012-02-27 22:05:34 +0100
committerStrangerke2012-04-06 08:22:07 +0200
commit13846779913e06d591d8fe6fb99caf0958c0f5b6 (patch)
tree7a8d164f690f473acfede20fa63a7c5f01b7ccc4 /engines/mortevielle/actions.cpp
parentd3bbf213e9396820b845ecd44c56ff5a695e8562 (diff)
downloadscummvm-rg350-13846779913e06d591d8fe6fb99caf0958c0f5b6.tar.gz
scummvm-rg350-13846779913e06d591d8fe6fb99caf0958c0f5b6.tar.bz2
scummvm-rg350-13846779913e06d591d8fe6fb99caf0958c0f5b6.zip
MORTEVIELLE: clean up deline()
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 80aba8df0d..d9a1022548 100644
--- a/engines/mortevielle/actions.cpp
+++ b/engines/mortevielle/actions.cpp
@@ -668,7 +668,7 @@ void fctPlace() {
// Do you want to enter the hidden passage?
int answer = Alert::show(g_vm->getEngineString(S_YES_NO), 1);
if (answer== 1) {
- Common::String alertTxt = delin2(582);
+ Common::String alertTxt = deline(582);
i = Alert::show(alertTxt, 1);
tesok = false;
@@ -696,7 +696,7 @@ void fctPlace() {
dessin(0);
aniof(1, 2);
aniof(1, 1);
- alertTxt = delin2(577);
+ alertTxt = deline(577);
i = Alert::show(alertTxt, 1);
aniof(2, 1);
crep = 166;
@@ -1313,7 +1313,7 @@ void fctDiscuss() {
for (int ix = 1; ix <= 46; ++ix)
te[ix] = false;
for (int ix = 1; ix <= 45; ++ix) {
- lib[ix] = delin2(ix + c_tparler);
+ lib[ix] = deline(ix + c_tparler);
for (i = lib[ix].size(); i <= 40; ++i)
lib[ix] = lib[ix] + ' ';
}