Merge pull request #546 from asmaloney/minor_cleanup

Minor cleanups
This commit is contained in:
Thomas Fischer 2014-03-15 15:20:23 +01:00
commit 8529d4450b
6 changed files with 5 additions and 8 deletions

View file

@ -265,7 +265,7 @@ void GFont::dumpInfo() const
if(mapCount)
Con::printf(" - Codepoints range from 0x%x to 0x%x.", mapBegin, mapEnd);
else
Con::printf(" - No mapped codepoints.", mapBegin, mapEnd);
Con::printf(" - No mapped codepoints.");
Con::printf(" - Platform font is %s.", (mPlatformFont ? "present" : "not present") );
}