ZVISION: Fix font error message condition

This commit is contained in:
Marisa-Chan 2014-12-29 15:30:12 +06:00 committed by Filippos Karapetis
parent bbfff93c64
commit 45280d035a

View File

@ -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. "