From 0abf6d72b0ca15a81518190cb2040eb798754ebd Mon Sep 17 00:00:00 2001 From: norbertbajko Date: Sun, 1 Mar 2015 17:16:54 +0100 Subject: DRASCULA: comment "talk.cpp" Explain #5903 DRASCULA-IT bug fix--- engines/drascula/talk.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/engines/drascula/talk.cpp b/engines/drascula/talk.cpp index 9773ceca5c..6e0dd2a011 100644 --- a/engines/drascula/talk.cpp +++ b/engines/drascula/talk.cpp @@ -379,6 +379,10 @@ void DrasculaEngine::talk(const char *said, const char *filename) { int y_mask_talk = 170; int face; + + // Fix bug #5903 DRASCULA-IT: Crash/graphic glitch at castle towers + // Chapter 5 Room 45 is the castle tower part + // We use this variable as a condition below because at the castle towers we don't want to draw out the head bool notTowers = !((currentChapter == 5) && (_roomNumber == 45)); if (currentChapter == 6) { -- cgit v1.2.3