Fix build.

This commit is contained in:
Night Owl 2016-12-17 20:49:38 +05:00
parent 86fb9e4624
commit 197dd2efd5
1 changed files with 2 additions and 2 deletions

View File

@ -632,9 +632,9 @@ void HUD_InitClientWeapons( void )
HUD_PrepEntity( &g_Crossbow, &player );
HUD_PrepEntity( &g_Shotgun, &player );
HUD_PrepEntity( &g_Rpg, &player );
HUD_PrepEntity( &g_Gauss, &player );
//HUD_PrepEntity( &g_Gauss, &player );
//HUD_PrepEntity( &g_Egon, &player );
//HUD_PrepEntity( &g_HGun, &player );
HUD_PrepEntity( &g_HGun, &player );
HUD_PrepEntity( &g_HandGren, &player );
HUD_PrepEntity( &g_Satchel, &player );
HUD_PrepEntity( &g_Tripmine, &player );