Skip to content

Commit

Permalink
AGI: changed debug msg VGA font -> PC BIOS font
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kiewitz committed Feb 2, 2016
1 parent 82a27a3 commit 5acce82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/agi/font.cpp
Expand Up @@ -664,7 +664,7 @@ void GfxFont::init() {
// no font assigned?
// use regular PC-BIOS font (taken from Dos-Box with a few modifications)
_fontData = fontData_PCBIOS;
debug("AGI: Using VGA font");
debug("AGI: Using PC-BIOS font");
}

if (_vm->getLanguage() == Common::RU_RUS) {
Expand Down

0 comments on commit 5acce82

Please sign in to comment.