small changes
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@953 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
76d99cdbc2
commit
a75a0325ef
2 changed files with 1 additions and 4 deletions
|
@ -1716,7 +1716,7 @@ void CLQ2_ParseTEnt (void)
|
|||
case Q2TE_DEBUGTRAIL:
|
||||
MSG_ReadPos (pos);
|
||||
MSG_ReadPos (pos2);
|
||||
P_ParticleTrail(pos, pos2, P_AllocateParticleType("te_debugtrail"), NULL);
|
||||
P_ParticleTrail(pos, pos2, P_AllocateParticleType("t_debugtrail"), NULL);
|
||||
break;
|
||||
|
||||
case Q2TE_PLAIN_EXPLOSION:
|
||||
|
|
|
@ -1082,9 +1082,6 @@ void P_InitParticles (void)
|
|||
pe_size2 = P_AllocateParticleType("pe_size2");
|
||||
pe_size3 = P_AllocateParticleType("pe_size3");
|
||||
|
||||
pt_spark = P_AllocateParticleType("pe_spark");
|
||||
pt_plasma = P_AllocateParticleType("pe_plasma");
|
||||
|
||||
rt_gib = P_AllocateParticleType("t_gib");
|
||||
rt_grenade = P_AllocateParticleType("t_grenade");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue