aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_hof.cpp
diff options
context:
space:
mode:
authorathrxx2011-11-23 22:35:42 +0100
committerathrxx2011-11-23 22:39:43 +0100
commit0565d7dc208c4c5c1fa53fe2ae38a8441db6081e (patch)
tree6020cc6cb071703f2cf97d1fbcbe1e08854b743b /engines/kyra/script_hof.cpp
parent5d5249e1d997035db8c98f8b5d76b50f0a3f5676 (diff)
downloadscummvm-rg350-0565d7dc208c4c5c1fa53fe2ae38a8441db6081e.tar.gz
scummvm-rg350-0565d7dc208c4c5c1fa53fe2ae38a8441db6081e.tar.bz2
scummvm-rg350-0565d7dc208c4c5c1fa53fe2ae38a8441db6081e.zip
KYRA: (HOF) - fix ending text in the playable demo
Diffstat (limited to 'engines/kyra/script_hof.cpp')
-rw-r--r--engines/kyra/script_hof.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/kyra/script_hof.cpp b/engines/kyra/script_hof.cpp
index 296cd4002b..a7fea59e9d 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);