Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
57d28c78
Commit
57d28c78
authored
5 years ago
by
MascaraSnake
Browse files
Options
Downloads
Patches
Plain Diff
Rejig the thing type numbers
parent
2a5c576c
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/info.c
+5
-5
5 additions, 5 deletions
src/info.c
with
5 additions
and
5 deletions
src/info.c
+
5
−
5
View file @
57d28c78
...
@@ -12603,7 +12603,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
...
@@ -12603,7 +12603,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
},
},
{ // MT_BIGFERN
{ // MT_BIGFERN
130
7
, // doomednum
130
6
, // 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] =
...
@@ -12630,7 +12630,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
},
},
{ // MT_JUNGLEPALM
{ // MT_JUNGLEPALM
130
8
, // doomednum
130
7
, // 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] =
...
@@ -12657,7 +12657,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
},
},
{ // MT_TORCHFLOWER
{ // MT_TORCHFLOWER
130
9
, // doomednum
130
8
, // 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] =
...
@@ -12684,7 +12684,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
},
},
{ // MT_WALLVINE_LONG
{ // MT_WALLVINE_LONG
13
1
0, // doomednum
130
9
, // 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] =
...
@@ -12711,7 +12711,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
},
},
{ // MT_WALLVINE_SHORT
{ // MT_WALLVINE_SHORT
131
1
, // doomednum
131
0
, // doomednum
S_WALLVINE_SHORT, // spawnstate
S_WALLVINE_SHORT, // spawnstate
1000, // spawnhealth
1000, // spawnhealth
S_NULL, // seestate
S_NULL, // seestate
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment