- removed the angle_t type from the VM, now that nothing in the interface requires it anymore.

This commit is contained in:
Christoph Oelckers 2016-03-25 14:55:01 +01:00
commit 3a598d672e
9 changed files with 1 additions and 114 deletions

View file

@ -486,10 +486,6 @@ static void ParseNativeFunction(FScanner &sc, PClassActor *cls)
rets.Push(TypeFloat64);
break;
case TK_Angle_t:
rets.Push(TypeAngle);
break;
case TK_Fixed_t:
rets.Push(TypeFixed);
break;