X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=sbar.c;h=f4d01ce9be2a6015f5f08932c261ff8dbcc28fd7;hp=2c988ed2757124d38289a6d18b41acd5d3f49267;hb=d2bafd01fc8cbc2da7d204bef35c6246e957cb2e;hpb=2200ac2fb3d0b00bbcd8603b6a58fe736a535d9f;ds=sidebyside diff --git a/sbar.c b/sbar.c index 2c988ed2..f4d01ce9 100644 --- a/sbar.c +++ b/sbar.c @@ -760,7 +760,7 @@ void Sbar_ShowFPS(void) Sbar_Draw =============== */ -void DrawCrosshair(int num); +//void DrawCrosshair(int num); void Sbar_Draw (void) { if (scr_con_current == vid.conheight) @@ -869,8 +869,8 @@ void Sbar_Draw (void) if (vid.conwidth > 320 && cl.gametype == GAME_DEATHMATCH) Sbar_MiniDeathmatchOverlay (); - if (crosshair.integer >= 1) - DrawCrosshair(crosshair.integer - 1); +// if (crosshair.integer >= 1) +// DrawCrosshair(crosshair.integer - 1); if (cl.intermission == 1) Sbar_IntermissionOverlay();