Added pm_watersinkspeed cvar.
Misc bugfixes, mostly hexen2-related. tibet5 bug is finally fixed. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4635 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
8f7931b860
commit
2e98386da2
22 changed files with 155 additions and 52 deletions
|
@ -185,7 +185,11 @@ void P_Shutdown(void)
|
|||
{
|
||||
if (pe)
|
||||
{
|
||||
CL_ClearTEntParticleState();
|
||||
CL_ClearLerpEntsParticleState();
|
||||
#ifdef Q2CLIENT
|
||||
CLQ2_ClearParticleState();
|
||||
#endif
|
||||
pe->ShutdownParticles();
|
||||
}
|
||||
pe = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue