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:
TimeServ 2005-04-17 20:16:44 +00:00
parent 76d99cdbc2
commit a75a0325ef
2 changed files with 1 additions and 4 deletions

View file

@ -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");
}