mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
parent
0abf6d72b0
commit
bcf2e8204c
@ -478,6 +478,8 @@ void DrasculaEngine::talk(const char *said, const char *filename) {
|
|||||||
updateRefresh();
|
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 (!_subtitlesDisabled) {
|
||||||
if (notTowers) {
|
if (notTowers) {
|
||||||
centerText(said, curX, curY);
|
centerText(said, curX, curY);
|
||||||
|
Loading…
Reference in New Issue
Block a user