aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornorbertbajko2015-03-01 17:23:28 +0100
committernorbertbajko2015-03-01 17:23:28 +0100
commitbcf2e8204c481d9c4df17786e16591c100eb6c82 (patch)
treee583a1cd58acde44276b7a17c094c30c9e3fb441
parent0abf6d72b0ca15a81518190cb2040eb798754ebd (diff)
downloadscummvm-rg350-bcf2e8204c481d9c4df17786e16591c100eb6c82.tar.gz
scummvm-rg350-bcf2e8204c481d9c4df17786e16591c100eb6c82.tar.bz2
scummvm-rg350-bcf2e8204c481d9c4df17786e16591c100eb6c82.zip
DRASCULA: comment "talk.cpp"
Explain #5903 DRASCULA-IT bug fix
-rw-r--r--engines/drascula/talk.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/drascula/talk.cpp b/engines/drascula/talk.cpp
index 6e0dd2a011..e9fec868f8 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);