Removing Physics.c references, as it is no longer used.
This commit is contained in:
parent
537ec5d15d
commit
2f354c2e54
3 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,6 @@
|
|||
#includelist
|
||||
../Builtins.h
|
||||
../Globals.h
|
||||
../Shared/Physics.c
|
||||
../Math.h
|
||||
Defs.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;
|
||||
|
||||
/*
|
||||
=================
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#includelist
|
||||
../Builtins.h
|
||||
../Globals.h
|
||||
../Shared/Physics.c
|
||||
../Math.h
|
||||
Defs.h
|
||||
|
||||
|
|
Loading…
Reference in a new issue