- fixed wrong flag check from r3490.

SVN r3516 (trunk)
This commit is contained in:
Christoph Oelckers 2012-04-03 15:13:55 +00:00
parent 9f58a15e28
commit 8dbfd21d91
1 changed files with 1 additions and 1 deletions

View File

@ -1788,7 +1788,7 @@ bool P_TryMove (AActor *thing, fixed_t x, fixed_t y,
{
goto pushline;
}
if (thing->flags & MF_MISSILE)
if (thing->flags6 & MF6_STEPMISSILE)
{
thing->z = tm.floorz;
// If moving down, cancel vertical component of the velocity