Skip to content

Commit

Permalink
- removed debug printf.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed May 1, 2021
1 parent 727244d commit 03b9275
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wadsrc/static/zscript/games/duke/dukegame.zs
Expand Up @@ -92,7 +92,6 @@ struct Duke native
fsmode = FSMode_Fit640x400;
}
if (align != -1) x -= SmallFont.StringWidth(t) * (align == 0 ? 0.5 : 1);
if (shade) Console.Printf("%s: shade = %d", t, shade);
Screen.DrawText(SmallFont, Font.CR_UNDEFINED, x, y + 2, t, DTA_FullscreenScale, fsmode, DTA_TranslationIndex, Translation.MakeID(Translation_Remap, trans), DTA_Color, Raze.shadeToLight(shade));
}

Expand Down

0 comments on commit 03b9275

Please sign in to comment.