Use CHECKPOINT_M instead of Checkpoint. It's simpler, faster and more reliable.

This commit is contained in:
Glenn Maynard
2003-10-22 06:37:31 +00:00
parent 2715b39ba3
commit fddcb9ecd5
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -759,7 +759,7 @@ void Font::Load(const CString &sFontOrTextureFilePath, CString sChars)
}
/* The font is not already loaded. Figure out what we have. */
Checkpoint( ssprintf("Font::Load(\"%s\",\"%s\").", sFontOrTextureFilePath.c_str(), Chars.c_str()) );
CHECKPOINT_M( ssprintf("Font::Load(\"%s\",\"%s\").", sFontOrTextureFilePath.c_str(), Chars.c_str()) );
path = sFontOrTextureFilePath;
Chars = sChars;