From cf693dea2b6476797416a6163f6e5deac58f29f3 Mon Sep 17 00:00:00 2001 From: Scott Brooks Date: Thu, 6 Jun 2002 00:29:14 +0000 Subject: [PATCH] got rid of the out of ammo shader --- reaction/cgame/cg_weapons.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/reaction/cgame/cg_weapons.c b/reaction/cgame/cg_weapons.c index 81db81bb..6fae0b1f 100644 --- a/reaction/cgame/cg_weapons.c +++ b/reaction/cgame/cg_weapons.c @@ -5,6 +5,9 @@ //----------------------------------------------------------------------------- // // $Log$ +// Revision 1.78 2002/06/06 00:29:14 blaze +// got rid of the out of ammo shader +// // Revision 1.77 2002/06/05 09:40:10 niceass // tracer fix // @@ -2098,9 +2101,9 @@ void CG_DrawWeaponSelect( void ) { } // no ammo cross on top - if ( !cg.snap->ps.ammo[ i ] ) { - CG_DrawPic( x, y, 32, 32, cgs.media.noammoShader ); - } +// if ( !cg.snap->ps.ammo[ i ] ) { +// CG_DrawPic( x, y, 32, 32, cgs.media.noammoShader ); +// } x += 40; }