- conversion of floorz to double.

This commit is contained in:
Christoph Oelckers 2016-03-20 19:52:35 +01:00
commit 8362c6a856
45 changed files with 275 additions and 262 deletions

View file

@ -2296,7 +2296,7 @@ void DPusher::Tick ()
{
if (hsec == NULL)
{ // NOT special water sector
if (thing->_f_Z() > thing->floorz) // above ground
if (thing->Z() > thing->floorz) // above ground
{
pushvel = m_PushVec; // full force
}