diff --git a/Source/Client/progs.src b/Source/Client/progs.src index 8c1ff700..a5c26eb4 100755 --- a/Source/Client/progs.src +++ b/Source/Client/progs.src @@ -6,7 +6,6 @@ #includelist ../Builtins.h ../Globals.h -../Shared/Physics.c ../Math.h Defs.h diff --git a/Source/Globals.h b/Source/Globals.h index 78dff05f..45c368a4 100755 --- a/Source/Globals.h +++ b/Source/Globals.h @@ -321,6 +321,9 @@ void Empty( void ) { } void BaseGun_ShotMultiplierHandle( float fShots ); float Weapon_GetSpeedM( float fWeapon ); .float weapon; +.float jumptime; +.vector view_ofs; +.float maxspeed; /* ================= diff --git a/Source/Server/progs.src b/Source/Server/progs.src index f0409d1b..ec776e98 100755 --- a/Source/Server/progs.src +++ b/Source/Server/progs.src @@ -5,7 +5,6 @@ #includelist ../Builtins.h ../Globals.h -../Shared/Physics.c ../Math.h Defs.h