mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 12:31:54 +00:00
For safety, clear MF_SLIDEME and MF_GRENADEBOUNCE flags before using
This commit is contained in:
parent
89cf2b8793
commit
01436d2a65
1 changed files with 1 additions and 0 deletions
|
|
@ -10778,6 +10778,7 @@ ML_EFFECT4 : Don't clip inside the ground
|
||||||
}
|
}
|
||||||
|
|
||||||
// Remember position preference for later
|
// Remember position preference for later
|
||||||
|
mobj->flags &= ~(MF_SLIDEME | MF_GRENADEBOUNCE);
|
||||||
if (topaligned)
|
if (topaligned)
|
||||||
mobj->flags |= MF_SLIDEME;
|
mobj->flags |= MF_SLIDEME;
|
||||||
else if (middlealigned)
|
else if (middlealigned)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue