diff options
author | Treeki <treeki@gmail.com> | 2012-09-24 05:38:14 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2012-09-24 05:38:14 +0200 |
commit | 4f567256d015cf7a835ac03b9e5abb8a2a7eb12a (patch) | |
tree | cc867fff5d78f08f6bd47ea272e8b4406048a725 /src/koopatlas/hud.cpp | |
parent | ec8ad32b054e7680aec1536b36a02f6aaf154c0b (diff) | |
download | kamek-4f567256d015cf7a835ac03b9e5abb8a2a7eb12a.tar.gz kamek-4f567256d015cf7a835ac03b9e5abb8a2a7eb12a.zip |
various changes and bugfixes
Diffstat (limited to 'src/koopatlas/hud.cpp')
-rw-r--r-- | src/koopatlas/hud.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |