mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-03 15:32:45 +00:00
huh, no wonder the two FHZ ice types looked the same in objectplace; they were using the same spawnstate it seems
This commit is contained in:
parent
a1f742a0d4
commit
a23d5cf101
1 changed files with 1 additions and 1 deletions
|
|
@ -11686,7 +11686,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
|
|
||||||
{ // MT_FHZICE2
|
{ // MT_FHZICE2
|
||||||
4029, // doomednum
|
4029, // doomednum
|
||||||
S_FHZICE1, // spawnstate
|
S_FHZICE2, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
sfx_None, // seesound
|
sfx_None, // seesound
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue