aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/converse.cpp
diff options
context:
space:
mode:
authorWillem Jan Palenstijn2013-10-17 13:40:26 +0200
committerWillem Jan Palenstijn2013-10-17 13:40:26 +0200
commitee9e6b94ae73701f1c8f416464def62d905f2f9d (patch)
tree3a359bc57a37de25671562168866c8710833ac01 /engines/drascula/converse.cpp
parent734abb5a53f498dcac30d4a9e6c5b37a57e6eb61 (diff)
downloadscummvm-rg350-ee9e6b94ae73701f1c8f416464def62d905f2f9d.tar.gz
scummvm-rg350-ee9e6b94ae73701f1c8f416464def62d905f2f9d.tar.bz2
scummvm-rg350-ee9e6b94ae73701f1c8f416464def62d905f2f9d.zip
DRASCULA: Fix build
Diffstat (limited to 'engines/drascula/converse.cpp')
-rw-r--r--engines/drascula/converse.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/drascula/converse.cpp b/engines/drascula/converse.cpp
index 2aa12e106b..b3749445ec 100644
--- a/engines/drascula/converse.cpp
+++ b/engines/drascula/converse.cpp
@@ -168,19 +168,19 @@ void DrasculaEngine::converse(int index) {
// delete stream;
if (currentChapter == 2 && !strcmp(fileName, "op_5.cal") && flags[38] == 1 && flags[33] == 1) {
- strlcpy(phrase3, _text[405], 128);
+ Common::strlcpy(phrase3, _text[405], 128);
strcpy(sound3, "405.als");
answer3 = 31;
}
if (currentChapter == 6 && !strcmp(fileName, "op_12.cal") && flags[7] == 1) {
- strlcpy(phrase3, _text[273], 128);
+ Common::strlcpy(phrase3, _text[273], 128);
strcpy(sound3, "273.als");
answer3 = 14;
}
if (currentChapter == 6 && !strcmp(fileName, "op_12.cal") && flags[10] == 1) {
- strlcpy(phrase3, _text[274], 128);
+ Common::strlcpy(phrase3, _text[274], 128);
strcpy(sound3, "274.als");
answer3 = 15;
}