mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Swap "S_TNTBARREL_EXPL1" for S_NULL as a temporary measure until I actually hardcode the explosion states.
As of now, you can now compile this branch with no issues. But Fang won't work properly for a while yet, we'll get there don't worry.
This commit is contained in:
parent
a431cb9cdd
commit
e06f85d847
1 changed files with 1 additions and 1 deletions
|
|
@ -5385,7 +5385,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
sfx_None, // painsound
|
||||
S_NULL, // meleestate
|
||||
S_NULL, // missilestate
|
||||
S_TNTBARREL_EXPL1, // deathstate
|
||||
S_NULL, //S_TNTBARREL_EXPL1, // deathstate
|
||||
S_NULL, // xdeathstate
|
||||
sfx_s3k4e, // deathsound
|
||||
20*FRACUNIT, // speed
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue