Add two more subsystem groups, to aid in fixing bug 141.

This commit is contained in:
James Turner
2010-07-08 23:21:25 +01:00
parent 7086f2dc89
commit b286e9d337

View File

@@ -384,6 +384,8 @@ public:
INIT = 0,
GENERAL,
FDM, ///< flight model, autopilot, instruments that run coupled
POST_FDM, ///< certain subsystems depend on FDM data
DISPLAY, ///< view, camera, rendering updates
MAX_GROUPS
};