DRASCULA: comment "talk.cpp"

Explain #5903 DRASCULA-IT bug fix
This commit is contained in:
norbertbajko 2015-03-01 17:23:28 +01:00
parent 0abf6d72b0
commit bcf2e8204c

View File

@ -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);