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
db7bd4d3
Commit
db7bd4d3
authored
5 years ago
by
MascaraSnake
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the cacti heights
parent
fbd7a5ae
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/info.c
+4
-4
4 additions, 4 deletions
src/info.c
with
4 additions
and
4 deletions
src/info.c
+
4
−
4
View file @
db7bd4d3
...
@@ -11494,7 +11494,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
...
@@ -11494,7 +11494,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
sfx_None, // deathsound
sfx_None, // deathsound
0, // speed
0, // speed
32*FRACUNIT, // radius
32*FRACUNIT, // radius
128
*FRACUNIT, // height
96
*FRACUNIT, // height
0, // display offset
0, // display offset
100, // mass
100, // mass
0, // damage
0, // damage
...
@@ -11521,7 +11521,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
...
@@ -11521,7 +11521,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
sfx_None, // deathsound
sfx_None, // deathsound
0, // speed
0, // speed
20*FRACUNIT, // radius
20*FRACUNIT, // radius
1
3
2*FRACUNIT,
// height
12
8
*FRACUNIT, // height
0, // display offset
0, // display offset
100, // mass
100, // mass
0, // damage
0, // damage
...
@@ -11575,7 +11575,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
...
@@ -11575,7 +11575,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
sfx_None, // deathsound
sfx_None, // deathsound
0, // speed
0, // speed
24*FRACUNIT, // radius
24*FRACUNIT, // radius
2
08
*FRACUNIT, // height
2
56
*FRACUNIT, // height
0, // display offset
0, // display offset
100, // mass
100, // mass
0, // damage
0, // damage
...
@@ -11602,7 +11602,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
...
@@ -11602,7 +11602,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
sfx_None, // deathsound
sfx_None, // deathsound
0, // speed
0, // speed
48*FRACUNIT, // radius
48*FRACUNIT, // radius
208
*FRACUNIT, // height
96
*FRACUNIT, // height
0, // display offset
0, // display offset
100, // mass
100, // mass
0, // damage
0, // damage
...
...
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