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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
e938f16f
Commit
e938f16f
authored
Jan 11, 2020
by
toaster
Browse files
Options
Downloads
Patches
Plain Diff
Fix Egg Slimer pogo hitbox being intangible. (WHY does it have MF_NOCLIPTHING????)
parent
661c44b2
No related branches found
No related tags found
2 merge requests
!718
Rename R_IsPointInSubsector to R_PointInSubsectorOrNull/Nil
,
!674
Egg Slimer Pogo Bruh Moment (resolves #112)
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/info.c
+1
-1
1 addition, 1 deletion
src/info.c
with
1 addition
and
1 deletion
src/info.c
+
1
−
1
View file @
e938f16f
...
@@ -5734,7 +5734,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
...
@@ -5734,7 +5734,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
0, // mass
0, // mass
0, // damage
0, // damage
sfx_spring, // activesound
sfx_spring, // activesound
MF_SPECIAL|MF_NOGRAVITY|MF_NOCLIP|MF_NOCLIPHEIGHT
|MF_NOCLIPTHING
, // flags
MF_SPECIAL|MF_NOGRAVITY|MF_NOCLIP|MF_NOCLIPHEIGHT, // flags
S_EGGMOBILE2_POGO5 // raisestate
S_EGGMOBILE2_POGO5 // raisestate
},
},
...
...
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