aboutsummaryrefslogtreecommitdiff
path: root/engines/drascula/converse.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2010-06-15 10:19:25 +0000
committerEugene Sandulenko2010-06-15 10:19:25 +0000
commiteac1fdc7caf115f2deacecd8438cb650b403e6c2 (patch)
tree8dddeba046a40202261d1247a5e90d55573a01a6 /engines/drascula/converse.cpp
parent9224a0bd6e560dbd6dbf3a07f136ba412e1bd316 (diff)
downloadscummvm-rg350-eac1fdc7caf115f2deacecd8438cb650b403e6c2.tar.gz
scummvm-rg350-eac1fdc7caf115f2deacecd8438cb650b403e6c2.tar.bz2
scummvm-rg350-eac1fdc7caf115f2deacecd8438cb650b403e6c2.zip
Drascula: added more debug output
svn-id: r49706
Diffstat (limited to 'engines/drascula/converse.cpp')
-rw-r--r--engines/drascula/converse.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/drascula/converse.cpp b/engines/drascula/converse.cpp
index b2a7e217e6..deefcaddbe 100644
--- a/engines/drascula/converse.cpp
+++ b/engines/drascula/converse.cpp
@@ -131,6 +131,8 @@ void DrasculaEngine::cleanupString(char *string) {
}
void DrasculaEngine::converse(int index) {
+ debug(4, "converse(%d)", index);
+
char fileName[20];
sprintf(fileName, "op_%d.cal", index);
Common::SeekableReadStream *stream = _archives.open(fileName);
@@ -279,6 +281,8 @@ void DrasculaEngine::converse(int index) {
}
void DrasculaEngine::response(int function) {
+ debug(4, "response(%d)", function);
+
playTalkSequence(function);
if (currentChapter == 2) {