Removing Physics.c references, as it is no longer used.

This commit is contained in:
Marco Hladik 2018-06-14 12:06:07 +02:00
parent 537ec5d15d
commit 2f354c2e54
3 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,6 @@
#includelist
../Builtins.h
../Globals.h
../Shared/Physics.c
../Math.h
Defs.h

View file

@ -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;
/*
=================

View file

@ -5,7 +5,6 @@
#includelist
../Builtins.h
../Globals.h
../Shared/Physics.c
../Math.h
Defs.h