mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Let the player touch balloons
This commit is contained in:
parent
b22d18aea6
commit
25c6852482
1 changed files with 1 additions and 1 deletions
|
|
@ -8686,7 +8686,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
20*FRACUNIT, // mass
|
20*FRACUNIT, // mass
|
||||||
0, // damage
|
0, // damage
|
||||||
sfx_None, // activesound
|
sfx_None, // activesound
|
||||||
MF_NOGRAVITY, // flags
|
MF_SPECIAL|MF_NOGRAVITY, // flags
|
||||||
S_BALLOONPOP1 // raisestate
|
S_BALLOONPOP1 // raisestate
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue