diff options
author | norbertbajko | 2015-03-01 17:23:28 +0100 |
---|---|---|
committer | norbertbajko | 2015-03-01 17:23:28 +0100 |
commit | bcf2e8204c481d9c4df17786e16591c100eb6c82 (patch) | |
tree | e583a1cd58acde44276b7a17c094c30c9e3fb441 /engines/drascula | |
parent | 0abf6d72b0ca15a81518190cb2040eb798754ebd (diff) | |
download | scummvm-rg350-bcf2e8204c481d9c4df17786e16591c100eb6c82.tar.gz scummvm-rg350-bcf2e8204c481d9c4df17786e16591c100eb6c82.tar.bz2 scummvm-rg350-bcf2e8204c481d9c4df17786e16591c100eb6c82.zip |
DRASCULA: comment "talk.cpp"
Explain #5903 DRASCULA-IT bug fix
Diffstat (limited to 'engines/drascula')
-rw-r--r-- | engines/drascula/talk.cpp | 2 |
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); |