mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-20 08:48:13 +00:00
KYRA: (HOF) - fix ending text in the playable demo
This commit is contained in:
parent
5d5249e1d9
commit
0565d7dc20
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user