Remove more VC++ warnings

This commit is contained in:
Randy Heit 2014-04-03 17:51:15 -05:00
commit 940794929c
3 changed files with 3 additions and 3 deletions

View file

@ -2138,7 +2138,7 @@ void P_ZMovement (AActor *mo, fixed_t oldfloorz)
fixed_t oldz = mo->z;
fixed_t grav = mo->GetGravity();
//
//
// check for smooth step up
//
if (mo->player && mo->player->mo == mo && mo->z < mo->floorz)