gemrb: Infinity Engine emulator
The branch master has been updated
via 4bca79e0ca6103b507798bdc97fbe085cf323dfc (commit)
Summary of changes:
gemrb/plugins/BAMImporter/BAMImporter.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
from 62f1d3a48fd2ce23692f166c8edda838cd76aacd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://gemrb.git.sourceforge.net/git/gitweb.cgi?p=gemrb/gemrb;a=commitdiff;h=4bca79e0ca6103b507798bdc97fbe085cf323dfc
commit 4bca79e0ca6103b507798bdc97fbe085cf323dfc
Author: Avenger <avenger_teambg@...>
Date: Sun Jan 29 19:33:08 2012 +0100
fixed compilation in BAMImporter
diff --git a/gemrb/plugins/BAMImporter/BAMImporter.cpp b/gemrb/plugins/BAMImporter/BAMImporter.cpp
index 12c0bdf..47a34ed 100644
--- a/gemrb/plugins/BAMImporter/BAMImporter.cpp
+++ b/gemrb/plugins/BAMImporter/BAMImporter.cpp
@@ -300,7 +300,7 @@ Font* BAMImporter::GetFont(ieWord FirstChar, ieWord LastChar)
Count = FramesCount;
glyphCount = Count;
if (FirstChar+Count != (unsigned int) LastChar+1) {
- print("BAMImporter", "Tried to create a font from incompatible BAM:%s, FirstChar=%i LastChar=%i Count=%i", str->filename, FirstChar, LastChar, Count);
+ printMessage("BAMImporter", "Tried to create a font from incompatible BAM:%s, FirstChar=%d LastChar=%d Count=%d", WHITE, str->filename, FirstChar, LastChar, Count);
return NULL;
}
limit = glyphCount - 1;
-----------------------------------------------------------------------
This is an automated email from the git hooks/post-receive script.
--
gemrb: Infinity Engine emulator
|