mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Sink painstate crash fix
This commit is contained in:
parent
129d1230d1
commit
925e05a8a0
1 changed files with 1 additions and 1 deletions
|
|
@ -24017,7 +24017,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
sfx_tossed, // seesound
|
sfx_tossed, // seesound
|
||||||
8, // reactiontime
|
8, // reactiontime
|
||||||
sfx_None, // attacksound
|
sfx_None, // attacksound
|
||||||
256*FRACUNIT, // painstate
|
S_NULL, // painstate
|
||||||
100, // painchance
|
100, // painchance
|
||||||
sfx_None, // painsound
|
sfx_None, // painsound
|
||||||
S_NULL, // meleestate
|
S_NULL, // meleestate
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue