diff --git a/source/simulation/Formation.h b/source/simulation/Formation.h index cf1520cf9f..a49687666b 100644 --- a/source/simulation/Formation.h +++ b/source/simulation/Formation.h @@ -11,16 +11,16 @@ class CStr; class CFormation { -friend class CFormationManager; -friend class CFormationCollection; -friend class CEntityFormation; - -struct FormationSlot -{ - float fileOff; //Distance between files of this slot and the formation's center - float rankOff; - std::vector category; -}; + friend class CFormationManager; + friend class CFormationCollection; + friend class CEntityFormation; + + struct FormationSlot + { + float fileOff; //Distance between files of this slot and the formation's center + float rankOff; + std::vector category; + }; public: CFormation();