diff options
-rw-r--r-- | queen/cutaway.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/queen/cutaway.cpp b/queen/cutaway.cpp index c8b9c08308..1138a7bed6 100644 --- a/queen/cutaway.cpp +++ b/queen/cutaway.cpp @@ -1287,7 +1287,7 @@ void Cutaway::talk(char *nextFilename) { personInRoom = 0; // XXX is this correct? } - Talk::talk(_talkFile, personInRoom, nextFilename, _vm); + _vm->logic()->startDialogue(_talkFile, personInRoom, nextFilename); } } |