[Scummvm-cvs-logs] scummvm master -> 0565d7dc208c4c5c1fa53fe2ae38a8441db6081e

athrxx athrxx at scummvm.org
Wed Nov 23 22:40:32 CET 2011


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:
0565d7dc20 KYRA: (HOF) - fix ending text in the playable demo


Commit: 0565d7dc208c4c5c1fa53fe2ae38a8441db6081e
    https://github.com/scummvm/scummvm/commit/0565d7dc208c4c5c1fa53fe2ae38a8441db6081e
Author: athrxx (athrxx at scummvm.org)
Date: 2011-11-23T13:39:43-08:00

Commit Message:
KYRA: (HOF) - fix ending text in the playable demo

Changed paths:
    engines/kyra/script_hof.cpp



diff --git a/engines/kyra/script_hof.cpp b/engines/kyra/script_hof.cpp
index 296cd40..a7fea59 100644
--- a/engines/kyra/script_hof.cpp
+++ b/engines/kyra/script_hof.cpp
@@ -1397,7 +1397,6 @@ int KyraEngine_HoF::o2_demoFinale(EMCState *script) {
 	_screen->copyRegion(0, 0, 0, 0, 320, 200, 2, 0);
 
 	_screen->_curPage = 0;
-	_screen->setFont(Screen::FID_6_FNT);
 	int y = _lang == 1 ? 70 : 65;
 	for (int i = 0; i < 6; i++)
 		_text->printText(strings[i], _text->getCenterStringX(strings[i], 1, 319), y + i * 10, 255, 207, 0);






More information about the Scummvm-git-logs mailing list