[Scummvm-cvs-logs] scummvm master -> 5acce8276e9441f4f0daed996c652db755a59ef5

m-kiewitz m_kiewitz at users.sourceforge.net
Tue Feb 2 11:03:56 CET 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
5acce8276e AGI: changed debug msg VGA font -> PC BIOS font


Commit: 5acce8276e9441f4f0daed996c652db755a59ef5
    https://github.com/scummvm/scummvm/commit/5acce8276e9441f4f0daed996c652db755a59ef5
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-02T11:04:08+01:00

Commit Message:
AGI: changed debug msg VGA font -> PC BIOS font

Changed paths:
    engines/agi/font.cpp



diff --git a/engines/agi/font.cpp b/engines/agi/font.cpp
index 5f1f079..5f22a63 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) {






More information about the Scummvm-git-logs mailing list