- copied a few more map information CCMDs to g_ccmd.

This commit is contained in:
Christoph Oelckers 2019-01-31 03:03:56 +01:00
commit 65f3fec283
7 changed files with 117 additions and 111 deletions

View file

@ -186,8 +186,6 @@ IMPLEMENT_CLASS(DPolyobjInterpolation, false, false)
//
//==========================================================================
FInterpolator interpolator;
//==========================================================================
//
//
@ -989,11 +987,3 @@ void FPolyObj::StopInterpolation()
}
ADD_STAT (interpolations)
{
FString out;
out.Format ("%d interpolations", interpolator.CountInterpolations ());
return out;
}