mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-31 21:50:48 +00:00
Rejig the thing type numbers
This commit is contained in:
parent
2a5c576c1c
commit
57d28c7814
1 changed files with 5 additions and 5 deletions
10
src/info.c
10
src/info.c
|
@ -12603,7 +12603,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_BIGFERN
|
{ // MT_BIGFERN
|
||||||
1307, // doomednum
|
1306, // doomednum
|
||||||
S_BIGFERN1, // spawnstate
|
S_BIGFERN1, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
@ -12630,7 +12630,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_JUNGLEPALM
|
{ // MT_JUNGLEPALM
|
||||||
1308, // doomednum
|
1307, // doomednum
|
||||||
S_JUNGLEPALM, // spawnstate
|
S_JUNGLEPALM, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
@ -12657,7 +12657,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_TORCHFLOWER
|
{ // MT_TORCHFLOWER
|
||||||
1309, // doomednum
|
1308, // doomednum
|
||||||
S_TORCHFLOWER, // spawnstate
|
S_TORCHFLOWER, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
@ -12684,7 +12684,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_WALLVINE_LONG
|
{ // MT_WALLVINE_LONG
|
||||||
1310, // doomednum
|
1309, // doomednum
|
||||||
S_WALLVINE_LONG, // spawnstate
|
S_WALLVINE_LONG, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
@ -12711,7 +12711,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
},
|
},
|
||||||
|
|
||||||
{ // MT_WALLVINE_SHORT
|
{ // MT_WALLVINE_SHORT
|
||||||
1311, // doomednum
|
1310, // doomednum
|
||||||
S_WALLVINE_SHORT, // spawnstate
|
S_WALLVINE_SHORT, // spawnstate
|
||||||
1000, // spawnhealth
|
1000, // spawnhealth
|
||||||
S_NULL, // seestate
|
S_NULL, // seestate
|
||||||
|
|
Loading…
Reference in a new issue