mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- fixed wrong flag check from r3490.
SVN r3516 (trunk)
This commit is contained in:
parent
9f58a15e28
commit
8dbfd21d91
1 changed files with 1 additions and 1 deletions
|
@ -1788,7 +1788,7 @@ bool P_TryMove (AActor *thing, fixed_t x, fixed_t y,
|
||||||
{
|
{
|
||||||
goto pushline;
|
goto pushline;
|
||||||
}
|
}
|
||||||
if (thing->flags & MF_MISSILE)
|
if (thing->flags6 & MF6_STEPMISSILE)
|
||||||
{
|
{
|
||||||
thing->z = tm.floorz;
|
thing->z = tm.floorz;
|
||||||
// If moving down, cancel vertical component of the velocity
|
// If moving down, cancel vertical component of the velocity
|
||||||
|
|
Loading…
Reference in a new issue