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
Branches
Tags
No related merge requests found
...@@ -3426,7 +3426,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] = ...@@ -3426,7 +3426,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
sfx_None, // painsound sfx_None, // painsound
S_NULL, // meleestate S_NULL, // meleestate
S_NULL, // missilestate S_NULL, // missilestate
S_NULL, // deathstate S_XPLD1, // deathstate
S_DETON16, // xdeathstate S_DETON16, // xdeathstate
sfx_pop, // deathsound sfx_pop, // deathsound
1*FRACUNIT, // speed 1*FRACUNIT, // speed
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment