mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
ZVISION: Fix font error message condition
This commit is contained in:
parent
bbfff93c64
commit
45280d035a
@ -255,7 +255,7 @@ Common::Error ZVision::run() {
|
|||||||
_saveManager->loadGame(ConfMan.getInt("save_slot"));
|
_saveManager->loadGame(ConfMan.getInt("save_slot"));
|
||||||
|
|
||||||
// Before starting, make absolutely sure that the user has copied the needed fonts
|
// Before starting, make absolutely sure that the user has copied the needed fonts
|
||||||
if (!Common::File::exists("arial.ttf") && !Common::File::exists("FreeSans.ttf")) {
|
if (!Common::File::exists("arial.ttf") && !Common::File::exists("FreeSans.ttf") && !_searchManager->hasFile("arial.ttf") && !_searchManager->hasFile("FreeSans.ttf") ) {
|
||||||
GUI::MessageDialog dialog(
|
GUI::MessageDialog dialog(
|
||||||
"Before playing this game, you'll need to copy the required "
|
"Before playing this game, you'll need to copy the required "
|
||||||
"fonts into ScummVM's extras directory, or into the game directory. "
|
"fonts into ScummVM's extras directory, or into the game directory. "
|
||||||
|
Loading…
Reference in New Issue
Block a user