Merge branch 'balloons-collision' into 'master'

Let the player touch balloons

See merge request KartKrew/Kart!456
This commit is contained in:
James R 2021-11-28 00:20:07 +00:00
commit b4fd699082

View file

@ -8686,7 +8686,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
20*FRACUNIT, // mass
0, // damage
sfx_None, // activesound
MF_NOGRAVITY, // flags
MF_SPECIAL|MF_NOGRAVITY, // flags
S_BALLOONPOP1 // raisestate
},