From 2f354c2e549d263c5aeb46c573dcb54e15999e16 Mon Sep 17 00:00:00 2001 From: Marco Hladik Date: Thu, 14 Jun 2018 12:06:07 +0200 Subject: [PATCH] Removing Physics.c references, as it is no longer used. --- Source/Client/progs.src | 1 - Source/Globals.h | 3 +++ Source/Server/progs.src | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) 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