diff options
author | Martin Kiewitz | 2016-02-02 11:04:08 +0100 |
---|---|---|
committer | Martin Kiewitz | 2016-02-02 11:04:08 +0100 |
commit | 5acce8276e9441f4f0daed996c652db755a59ef5 (patch) | |
tree | ff034078b528a3fdf42afe9d88e14f6f2c57fdcf /engines/agi | |
parent | 82a27a33da788fa4e9f320d253cd859b20bcd7d0 (diff) | |
download | scummvm-rg350-5acce8276e9441f4f0daed996c652db755a59ef5.tar.gz scummvm-rg350-5acce8276e9441f4f0daed996c652db755a59ef5.tar.bz2 scummvm-rg350-5acce8276e9441f4f0daed996c652db755a59ef5.zip |
AGI: changed debug msg VGA font -> PC BIOS font
Diffstat (limited to 'engines/agi')
-rw-r--r-- | engines/agi/font.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/agi/font.cpp b/engines/agi/font.cpp index 5f1f079ad0..5f22a631af 100644 --- a/engines/agi/font.cpp +++ b/engines/agi/font.cpp @@ -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) { |