- Update scripting branch to trunk.

SVN r3758 (scripting)
This commit is contained in:
Randy Heit 2012-07-14 03:04:41 +00:00
commit 562cf04db2
614 changed files with 63691 additions and 31256 deletions

View file

@ -28,6 +28,7 @@ void AFastProjectile::Tick ()
PrevX = x;
PrevY = y;
PrevZ = z;
fixed_t oldz = z;
PrevAngle = angle;
if (!(flags5 & MF5_NOTIMEFREEZE))
@ -99,6 +100,8 @@ void AFastProjectile::Tick ()
}
}
z += zfrac;
UpdateWaterLevel (oldz);
oldz = z;
if (z <= floorz)
{ // Hit the floor