mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 20:41:25 +00:00
Avoid using old explosion states for Jetty-Syn/Skim mines.
This commit is contained in:
parent
ff57a983d7
commit
e301327dee
1 changed files with 2 additions and 2 deletions
|
@ -9776,8 +9776,8 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
sfx_None, // painsound
|
sfx_None, // painsound
|
||||||
S_NULL, // meleestate
|
S_NULL, // meleestate
|
||||||
S_NULL, // missilestate
|
S_NULL, // missilestate
|
||||||
S_MINE_BOOM1, // deathstate
|
S_XPLD1, // deathstate
|
||||||
S_MINE_BOOM1, // xdeathstate
|
S_XPLD1, // xdeathstate
|
||||||
sfx_cybdth, // deathsound
|
sfx_cybdth, // deathsound
|
||||||
0, // speed
|
0, // speed
|
||||||
8*FRACUNIT, // radius
|
8*FRACUNIT, // radius
|
||||||
|
|
Loading…
Reference in a new issue