Skip to content

Commit

Permalink
Remove debug message in hudlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Korshun committed May 8, 2016
1 parent 0a2b674 commit 2f3fbc0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/acshudlib.acs
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ function void HudDrawHudMessage(int id, int type, str text, bool isText)
if (stayTime < 0)
stayTime = 32767.0;

printbold(f:x, s:" ", f:y);
if (RenderSt_ShowToEveryone)
{
HudMessageBold(s:text;
Expand Down

0 comments on commit 2f3fbc0

Please sign in to comment.