From 4f567256d015cf7a835ac03b9e5abb8a2a7eb12a Mon Sep 17 00:00:00 2001 From: Treeki Date: Mon, 24 Sep 2012 05:38:14 +0200 Subject: various changes and bugfixes --- src/koopatlas/hud.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/koopatlas/hud.cpp') diff --git a/src/koopatlas/hud.cpp b/src/koopatlas/hud.cpp index 3989a1c..44b0fce 100644 --- a/src/koopatlas/hud.cpp +++ b/src/koopatlas/hud.cpp @@ -200,7 +200,7 @@ void dWMHud_c::setLevelText(const wchar_t *str, int length) { tw.tagProcessorMaybe = box->tagProc; float width = tw.CalcStringWidth(str, length); - SpammyReport("Text width: %f\n", width); + //SpammyReport("Text width: %f\n", width); layout.findWindowByName("W_levelname")->size.x = width + 22; layout.findPictureByName("P_topleftboxbg")->size.x = width; @@ -370,7 +370,7 @@ void dWMHud_c::setWorldText(const wchar_t *str, int length) { tw.tagProcessorMaybe = box->tagProc; float width = tw.CalcStringWidth(str, length); - SpammyReport("Text width: %f\n", width); + //SpammyReport("Text width: %f\n", width); box->SetString(str); } -- cgit v1.2.3