- floatified the automap.

This commit is contained in:
Christoph Oelckers 2016-03-25 21:54:59 +01:00
commit 8e13d13916
6 changed files with 283 additions and 266 deletions

View file

@ -3249,7 +3249,7 @@ void AActor::SetRoll(DAngle r, bool interpolate)
}
fixedvec3 AActor::GetPortalTransition(fixed_t byoffset, sector_t **pSec)
fixedvec3 AActor::_f_GetPortalTransition(fixed_t byoffset, sector_t **pSec)
{
bool moved = false;
sector_t *sec = Sector;