From a62b26ea8026666fd658337bcc061c1c4e2ab3f9 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Tue, 7 Jul 2009 20:43:27 +0000 Subject: Silenced the very chatty song iterator console messages by converting them to appropriate debug messages svn-id: r42240 --- engines/sci/gfx/gfx_resmgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sci/gfx') diff --git a/engines/sci/gfx/gfx_resmgr.cpp b/engines/sci/gfx/gfx_resmgr.cpp index d6d5a9ec3c..98c5c12a70 100644 --- a/engines/sci/gfx/gfx_resmgr.cpp +++ b/engines/sci/gfx/gfx_resmgr.cpp @@ -619,7 +619,7 @@ gfx_bitmap_font_t *GfxResManager::getFont(int num, bool scaled) { // Workaround: LSL1VGA mixes its own internal fonts with the global // SCI ones, so we translate them here, by removing their extra bits if (!resMap.contains(num) && !_resManager->testResource(ResourceId(kResourceTypeFont, num))) - num = num & 0x7ff; + num = num & 0x7ff; res = resMap.contains(num) ? resMap[num] : NULL; -- cgit v1.2.3