Skip to content

Commit

Permalink
Merge branch 'fartification' into 'next'
Browse files Browse the repository at this point in the history
Prevent Canarivore gas from teleporting up walls

See merge request STJr/SRB2!1154
  • Loading branch information
jameds committed Oct 3, 2020
2 parents 8beee37 + 9ae2010 commit 27d96bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -5139,7 +5139,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
100, // mass
0, // damage
sfx_None, // activesound
MF_NOCLIP|MF_SPECIAL, // flags
MF_SPECIAL, // flags
S_NULL // raisestate
},

Expand Down

0 comments on commit 27d96bb

Please sign in to comment.