mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-10 14:41:52 +00:00
Remove non-zombie models from Preload()
This commit is contained in:
parent
0f7d7367e9
commit
edae0262f0
1 changed files with 0 additions and 8 deletions
|
@ -842,14 +842,6 @@ void Preload (void)
|
||||||
// Right Arm
|
// Right Arm
|
||||||
Mod_ForName ("models/ai/zar(.mdl",true);
|
Mod_ForName ("models/ai/zar(.mdl",true);
|
||||||
Mod_ForName ("models/ai/zarc(.mdl",true);
|
Mod_ForName ("models/ai/zarc(.mdl",true);
|
||||||
|
|
||||||
Mod_ForName ("models/weapons/knife/v_knife.mdl", true);
|
|
||||||
Mod_ForName ("models/weapons/m1911/v_colt.mdl", true);
|
|
||||||
Mod_ForName ("models/pu/instakill!.mdl", true);
|
|
||||||
Mod_ForName ("models/pu/maxammo!.mdl", true);
|
|
||||||
Mod_ForName ("models/pu/nuke!.mdl", true);
|
|
||||||
Mod_ForName ("models/pu/carpenter!.mdl", true);
|
|
||||||
Mod_ForName ("models/pu/x2!.mdl", true);
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
====================
|
====================
|
||||||
|
|
Loading…
Reference in a new issue