- Update to latest version in trunk.

SVN r3890 (scripting)
This commit is contained in:
Randy Heit 2012-10-17 04:24:54 +00:00
commit e7efa1d802
117 changed files with 2260 additions and 787 deletions

View file

@ -137,6 +137,10 @@ bool P_MoveThing(AActor *source, fixed_t x, fixed_t y, fixed_t z, bool fog)
source->PrevX = x;
source->PrevY = y;
source->PrevZ = z;
if (source == players[consoleplayer].camera)
{
R_ResetViewInterpolation();
}
return true;
}
else