|
|
|
@ -34,7 +34,6 @@
@@ -34,7 +34,6 @@
|
|
|
|
|
|
|
|
|
|
extern globalvars_t *gpGlobals; |
|
|
|
|
extern int g_iUser1; |
|
|
|
|
extern bool g_hasPredictedFOV; // Vit_amiN: from HUD
|
|
|
|
|
|
|
|
|
|
// Pool of client side entities/entvars_t
|
|
|
|
|
static entvars_t ev[32]; |
|
|
|
@ -882,7 +881,6 @@ void HUD_WeaponsPostThink( local_state_s *from, local_state_s *to, usercmd_t *cm
@@ -882,7 +881,6 @@ void HUD_WeaponsPostThink( local_state_s *from, local_state_s *to, usercmd_t *cm
|
|
|
|
|
to->client.fuser2 = player.m_flNextAmmoBurn; |
|
|
|
|
to->client.fuser3 = player.m_flAmmoStartCharge; |
|
|
|
|
to->client.maxspeed = player.pev->maxspeed; |
|
|
|
|
g_hasPredictedFOV = true; // Vit_amiN: ready
|
|
|
|
|
|
|
|
|
|
//HL Weapons
|
|
|
|
|
to->client.vuser1[0] = player.ammo_9mm; |
|
|
|
|