MORTEVIELLE: Fix display of ending speech in German DOS edition

This commit is contained in:
Strangerke
2013-08-19 21:03:14 +02:00
parent f979de547b
commit 9eaf978e33
+1 -1
View File
@@ -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;