aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/talk.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2008-05-11 11:20:40 +0000
committerPaweł Kołodziejski2008-05-11 11:20:40 +0000
commit7da27cf28cb48fce13ebff907743f78dd6e75bc0 (patch)
treed16014e686847e545e843c58c3a200b47955b839 /engines/drascula/talk.cpp
parent4cd801e26bcc7313388c80ead6a32d0b4b93a1e8 (diff)
downloadscummvm-rg350-7da27cf28cb48fce13ebff907743f78dd6e75bc0.tar.gz
scummvm-rg350-7da27cf28cb48fce13ebff907743f78dd6e75bc0.tar.bz2
scummvm-rg350-7da27cf28cb48fce13ebff907743f78dd6e75bc0.zip
asigna_rgb -> setRGB
ActualizaPaleta -> updatePalette elige_objeto -> chooseObject datos_actuales -> currentData nombre_obj -> objName nombre_icono -> iconName agarra_objeto -> pickObject abre_puerta -> openDoor con_voces -> with_voices carga_pcx -> loadPCX graba_partida -> saveGame sin_verbo -> withoutVerb actualiza_datos -> updateData svn-id: r32014
Diffstat (limited to 'engines/drascula/talk.cpp')
-rw-r--r--engines/drascula/talk.cpp54
1 files changed, 27 insertions, 27 deletions
diff --git a/engines/drascula/talk.cpp b/engines/drascula/talk.cpp
index 2053085e34..c128c073f5 100644
--- a/engines/drascula/talk.cpp
+++ b/engines/drascula/talk.cpp
@@ -70,7 +70,7 @@ bucless:
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, x_igor + 26, y_igor);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -147,7 +147,7 @@ bucless:
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, x_dr + 19, y_dr);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -224,7 +224,7 @@ bucless:
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, x_dr + 19, y_dr);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -290,7 +290,7 @@ void DrasculaEngine::talk_solo(const char *dicho, const char *filename) {
bucless:
- if (con_voces == 0) {
+ if (withVoices == 0) {
if (num_ejec == 1)
centra_texto(dicho, 156, 90);
else if (num_ejec == 6)
@@ -367,7 +367,7 @@ bucless:
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, x_igor + 26, y_igor);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -450,7 +450,7 @@ bucless:
pon_hare();
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 132, 45);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -518,7 +518,7 @@ bucless:
pon_hare();
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, x_bj + 7, y_bj);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -527,7 +527,7 @@ bucless:
} else {
updateRoom();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 93, 80);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -673,7 +673,7 @@ bucless:
updateRefresh();
}
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, hare_x, hare_y);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -744,7 +744,7 @@ bucless:
pon_hare();
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 221, 128);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -823,7 +823,7 @@ bucless:
pon_hare();
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 181, 54);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -906,7 +906,7 @@ bucless:
updateRefresh();
}
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, vb_x, 66);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -961,7 +961,7 @@ void DrasculaEngine::talk_vbpuerta(const char *dicho, const char *filename) {
bucless:
updateRoom();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 150, 80);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1062,7 +1062,7 @@ bucless:
copyRectClip( pos_ciego, num_cara, dir_zona_pantalla);
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 310, 71);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1113,7 +1113,7 @@ void DrasculaEngine::talk_hacker(const char *dicho, const char *filename) {
}
bucless:
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 156, 170);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1174,7 +1174,7 @@ bucless:
pon_hare();
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 203, 78);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1239,7 +1239,7 @@ bucless:
pon_hare();
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 197, 64);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1310,7 +1310,7 @@ bucless:
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 160, 105);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1379,7 +1379,7 @@ bucless:
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 195, 107);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1446,7 +1446,7 @@ bucless:
pon_hare();
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 132, 45);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1512,7 +1512,7 @@ bucless:
pon_hare();
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 104, 102);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1581,7 +1581,7 @@ bucless:
copyBackground(x_talk[cara], 1, 45, 24, 92, 108, (byte *)num_cara, dir_zona_pantalla);
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 90, 50);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1703,7 +1703,7 @@ bucless:
updateRefresh();
}
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, hare_x, hare_y);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1769,7 +1769,7 @@ bucless:
flags[19] = cara;
updateRoom();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 263, 69);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1823,7 +1823,7 @@ void DrasculaEngine::talk_igorpuerta(const char *dicho, const char *filename) {
bucless:
updateRoom();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 87, 66);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1885,7 +1885,7 @@ bucless:
pon_hare();
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 221, 102);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);
@@ -1950,7 +1950,7 @@ bucless:
pon_hare();
updateRefresh();
- if (con_voces == 0)
+ if (withVoices == 0)
centra_texto(dicho, 221, 102);
updateScreen(0, 0, 0, 0, 320, 200, dir_zona_pantalla);