* Feature: Implement a TurretObjectType bit for typemasks.

This commit is contained in:
Robert MacGregor 2021-11-10 19:20:03 -05:00
parent e0e3ebc69d
commit 227b1e3f51
3 changed files with 6 additions and 1 deletions

View file

@ -668,6 +668,7 @@ static void RegisterGameFunctions()
// PATHSHAPE
Con::setIntVariable("$TypeMasks::PathShapeObjectType", PathShapeObjectType);
// PATHSHAPE END
Con::setIntVariable("$TypeMasks::TurretObjectType", TurretObjectType);
Con::addVariable("Ease::InOut", TypeS32, &gEaseInOut,
"InOut ease for curve movement.\n"