|
|
@ -2815,6 +2815,7 @@ void CBasePlayer::Spawn( void ) |
|
|
|
|
|
|
|
|
|
|
|
g_engfuncs.pfnSetPhysicsKeyValue( edict(), "slj", "0" ); |
|
|
|
g_engfuncs.pfnSetPhysicsKeyValue( edict(), "slj", "0" ); |
|
|
|
g_engfuncs.pfnSetPhysicsKeyValue( edict(), "hl", "1" ); |
|
|
|
g_engfuncs.pfnSetPhysicsKeyValue( edict(), "hl", "1" ); |
|
|
|
|
|
|
|
g_engfuncs.pfnSetPhysicsKeyValue( edict(), "fr", "1" ); |
|
|
|
|
|
|
|
|
|
|
|
pev->fov = m_iFOV = 0;// init field of view.
|
|
|
|
pev->fov = m_iFOV = 0;// init field of view.
|
|
|
|
m_iClientFOV = -1; // make sure fov reset is sent
|
|
|
|
m_iClientFOV = -1; // make sure fov reset is sent
|
|
|
|