mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
KYRA: (EOB2/Amiga) - fix main menu version string color
This commit is contained in:
parent
4b15576fcb
commit
5f20702ce8
@ -155,7 +155,7 @@ int DarkMoonEngine::mainMenu() {
|
||||
of = _screen->setFont(Screen::FID_6_FNT);
|
||||
op = _screen->setCurPage(2);
|
||||
Common::String versionString(Common::String::format("ScummVM %s", gScummVMVersion));
|
||||
_screen->printText(versionString.c_str(), 267 - versionString.size() * 6, _flags.platform == Common::kPlatformFMTowns ? 152 : 160, 13, 0);
|
||||
_screen->printText(versionString.c_str(), 267 - versionString.size() * 6, _flags.platform == Common::kPlatformFMTowns ? 152 : 160, _flags.platform == Common::kPlatformAmiga ? 18 : 13, 0);
|
||||
_screen->setFont(of);
|
||||
_screen->_curPage = op;
|
||||
_screen->copyRegion(0, 0, 0, 0, 320, 200, 2, 0, Screen::CR_NO_P_CHECK);
|
||||
|
Loading…
x
Reference in New Issue
Block a user