- renamed FTransform access functions.

This commit is contained in:
Christoph Oelckers 2016-04-23 13:40:02 +02:00
commit 2447f7bc38
5 changed files with 26 additions and 26 deletions

View file

@ -139,7 +139,7 @@ void DScroller::Serialize (FArchive &arc)
static void RotationComp(const sector_t *sec, int which, double dx, double dy, double &tdx, double &tdy)
{
DAngle an = sec->GetAngleF(which);
DAngle an = sec->GetAngle(which);
if (an == 0)
{
tdx = dx;