aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/converse.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2013-01-04 19:30:36 +0200
committerFilippos Karapetis2013-01-04 19:31:25 +0200
commitc1b0c80cce2aa20b854836fe003b31ed1ad4e6e6 (patch)
treec63b0a50543df92cd587971001145ae22eafcde6 /engines/drascula/converse.cpp
parent069f1079d8c9a253e019380c6074dc711f8953d2 (diff)
downloadscummvm-rg350-c1b0c80cce2aa20b854836fe003b31ed1ad4e6e6.tar.gz
scummvm-rg350-c1b0c80cce2aa20b854836fe003b31ed1ad4e6e6.tar.bz2
scummvm-rg350-c1b0c80cce2aa20b854836fe003b31ed1ad4e6e6.zip
DRASCULA: Merge some animation functions and document all animations
Diffstat (limited to 'engines/drascula/converse.cpp')
-rw-r--r--engines/drascula/converse.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/drascula/converse.cpp b/engines/drascula/converse.cpp
index 7abbb3214b..d045d683fc 100644
--- a/engines/drascula/converse.cpp
+++ b/engines/drascula/converse.cpp
@@ -167,7 +167,6 @@ void DrasculaEngine::converse(int index) {
// no need to delete the stream, since TextResourceParser takes ownership
// delete stream;
-
if (currentChapter == 2 && !strcmp(fileName, "op_5.cal") && flags[38] == 1 && flags[33] == 1) {
strcpy(phrase3, _text[405]);
strcpy(sound3, "405.als");