TestWeapon is no longer needed in base. This stuff will all be replaced.
This commit is contained in:
parent
0dc8f4ec75
commit
9b526ecbd5
2 changed files with 0 additions and 21 deletions
|
@ -1,20 +0,0 @@
|
|||
class
|
||||
TestWeapon:NSWeapon
|
||||
{
|
||||
public:
|
||||
void TestWeapon(void);
|
||||
|
||||
virtual string GetWorldModel(void);
|
||||
};
|
||||
|
||||
void
|
||||
TestWeapon::TestWeapon(void)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
string
|
||||
TestWeapon::GetWorldModel(void)
|
||||
{
|
||||
return "models/error.vvm";
|
||||
}
|
|
@ -10,7 +10,6 @@ fx_breakmodel.qc
|
|||
fx_corpse.qc
|
||||
fx_gibhuman.qc
|
||||
fx_impact.qc
|
||||
TestWeapon.qc
|
||||
weapons.qc
|
||||
weapon_common.qc
|
||||
#endlist
|
||||
|
|
Loading…
Reference in a new issue