mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-14 08:21:05 +00:00
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:
parent
d87c9d7b69
commit
0b000a1963
1 changed files with 0 additions and 4 deletions
|
@ -1072,16 +1072,12 @@ void P_InitParticles (void)
|
||||||
rt_lightning2 = P_AllocateParticleType("t_lightning2");
|
rt_lightning2 = P_AllocateParticleType("t_lightning2");
|
||||||
rt_lightning3 = P_AllocateParticleType("t_lightning3");
|
rt_lightning3 = P_AllocateParticleType("t_lightning3");
|
||||||
|
|
||||||
|
|
||||||
pt_spark = P_AllocateParticleType("te_spark");
|
pt_spark = P_AllocateParticleType("te_spark");
|
||||||
pt_plasma = P_AllocateParticleType("te_plasma");
|
pt_plasma = P_AllocateParticleType("te_plasma");
|
||||||
|
|
||||||
pe_default = P_AllocateParticleType("pe_default");
|
pe_default = P_AllocateParticleType("pe_default");
|
||||||
pe_size2 = P_AllocateParticleType("pe_size2");
|
pe_size2 = P_AllocateParticleType("pe_size2");
|
||||||
pe_size3 = P_AllocateParticleType("pe_size3");
|
pe_size3 = P_AllocateParticleType("pe_size3");
|
||||||
|
|
||||||
rt_gib = P_AllocateParticleType("t_gib");
|
|
||||||
rt_grenade = P_AllocateParticleType("t_grenade");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue