mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
MORTEVIELLE: Fix display of ending speech in German DOS edition
This commit is contained in:
@@ -1334,7 +1334,7 @@ void MortevielleEngine::startDialog(int16 rep) {
|
||||
|
||||
_mouse.hideMouse();
|
||||
Common::String dialogStr = getString(rep + kDialogStringIndex);
|
||||
_text.displayStr(dialogStr, 230, 4, 65, 24, 5);
|
||||
_text.displayStr(dialogStr, 230, 4, 65, 26, 5);
|
||||
_dialogManager.drawF3F8();
|
||||
|
||||
key = 0;
|
||||
|
||||
Reference in New Issue
Block a user