[Scummvm-cvs-logs] scummvm master -> 9eaf978e334861fa7da2f9304633cef5202d6745

Strangerke Strangerke at scummvm.org
Mon Aug 19 21:04:37 CEST 2013


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9eaf978e33 MORTEVIELLE: Fix display of ending speech in German DOS edition


Commit: 9eaf978e334861fa7da2f9304633cef5202d6745
    https://github.com/scummvm/scummvm/commit/9eaf978e334861fa7da2f9304633cef5202d6745
Author: Strangerke (strangerke at scummvm.org)
Date: 2013-08-19T12:03:14-07:00

Commit Message:
MORTEVIELLE: Fix display of ending speech in German DOS edition

Changed paths:
    engines/mortevielle/utils.cpp



diff --git a/engines/mortevielle/utils.cpp b/engines/mortevielle/utils.cpp
index f138dde..f8012b5 100644
--- a/engines/mortevielle/utils.cpp
+++ b/engines/mortevielle/utils.cpp
@@ -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;






More information about the Scummvm-git-logs mailing list