mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
parent
0abf6d72b0
commit
bcf2e8204c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user