Skip to content

Commit

Permalink
- removed debug output.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed May 31, 2021
1 parent 9c60ab7 commit ee60a92
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions wadsrc/static/zscript/statusbar.zs
Expand Up @@ -78,8 +78,6 @@ class RazeStatusBar : StatusBarCore

String text;

Console.Printf("Stat: scale = %f, spacing = %f", scale, spacing);

text = String.Format("%sT: %s%d:%02d", info.letterColor, info.standardColor, stats.time / 60000, (stats.time % 60000) / 1000);
drawStatText(info.statFont, 2 * hud_statscale, y3, text, scale);

Expand Down Expand Up @@ -142,8 +140,6 @@ class RazeStatusBar : StatusBarCore
if (cluster) volname = cluster.name;
if (volname.length() == 0 && am_nameontop) y = 1;

Console.Printf("AM: scale = %f, spacing = %f", scale, spacing);

Screen.DrawText(info.statfont, Font.CR_UNTRANSLATED, 2 * hud_statscale, y, mapname, DTA_FullscreenScale, FSMode_ScaleToHeight, DTA_VirtualWidth, 320, DTA_VirtualHeight, 200,
DTA_ScaleX, scale, DTA_ScaleY, scale, DTA_KeepRatio, true);
y -= spacing;
Expand Down

0 comments on commit ee60a92

Please sign in to comment.