Skip to content
Snippets Groups Projects
Commit 1ba005c5 authored by Inuyasha's avatar Inuyasha
Browse files

Fixed crash on Deton explosion.

(Detons need deathstates, otherwise they are removed partway through exploding. Not fun.)
parent 3e93ec21
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment