mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fixed crash on Deton explosion.
(Detons need deathstates, otherwise they are removed partway through exploding. Not fun.)
This commit is contained in:
parent
3e93ec21a1
commit
1ba005c511
1 changed files with 1 additions and 1 deletions
|
|
@ -3426,7 +3426,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
sfx_None, // painsound
|
||||
S_NULL, // meleestate
|
||||
S_NULL, // missilestate
|
||||
S_NULL, // deathstate
|
||||
S_XPLD1, // deathstate
|
||||
S_DETON16, // xdeathstate
|
||||
sfx_pop, // deathsound
|
||||
1*FRACUNIT, // speed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue