From 5acce8276e9441f4f0daed996c652db755a59ef5 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Tue, 2 Feb 2016 11:04:08 +0100 Subject: AGI: changed debug msg VGA font -> PC BIOS font --- engines/agi/font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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) { -- cgit v1.2.3