small changes

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@955 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
TimeServ 2005-04-17 20:40:18 +00:00
parent d87c9d7b69
commit 0b000a1963

View file

@ -1072,16 +1072,12 @@ void P_InitParticles (void)
rt_lightning2 = P_AllocateParticleType("t_lightning2");
rt_lightning3 = P_AllocateParticleType("t_lightning3");
pt_spark = P_AllocateParticleType("te_spark");
pt_plasma = P_AllocateParticleType("te_plasma");
pe_default = P_AllocateParticleType("pe_default");
pe_size2 = P_AllocateParticleType("pe_size2");
pe_size3 = P_AllocateParticleType("pe_size3");
rt_gib = P_AllocateParticleType("t_gib");
rt_grenade = P_AllocateParticleType("t_grenade");
}