mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-20 13:42:49 +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
|
||||
mobj->flags &= ~(MF_SLIDEME | MF_GRENADEBOUNCE);
|
||||
if (topaligned)
|
||||
mobj->flags |= MF_SLIDEME;
|
||||
else if (middlealigned)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue