From bcf2e8204c481d9c4df17786e16591c100eb6c82 Mon Sep 17 00:00:00 2001 From: norbertbajko Date: Sun, 1 Mar 2015 17:23:28 +0100 Subject: [PATCH] DRASCULA: comment "talk.cpp" Explain #5903 DRASCULA-IT bug fix --- engines/drascula/talk.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engines/drascula/talk.cpp b/engines/drascula/talk.cpp index 6e0dd2a011e..e9fec868f81 100644 --- a/engines/drascula/talk.cpp +++ b/engines/drascula/talk.cpp @@ -478,6 +478,8 @@ void DrasculaEngine::talk(const char *said, const char *filename) { updateRefresh(); } + // Fix bug #5903 DRASCULA-IT: Crash/graphic glitch at castle towers + // Without the head we have to fix the subtitle's coordinates(upper-center) at the tower section if (!_subtitlesDisabled) { if (notTowers) { centerText(said, curX, curY);