mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-05 16:01:22 +00:00
Update info.c
This commit is contained in:
parent
44bdfd8eaf
commit
afb2a9b1df
1 changed files with 1 additions and 1 deletions
|
@ -4037,7 +4037,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
16, // mass
|
||||
0, // damage
|
||||
sfx_None, // activesound
|
||||
MF_NOCLIP|MF_NOGRAVITY|MF_SCENERY, // flags
|
||||
MF_NOBLOCKMAP|MF_NOCLIP|MF_NOCLIPHEIGHT|MF_NOGRAVITY|MF_SCENERY, // flags
|
||||
S_NULL // raisestate
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue