From b286e9d337721b41434f84d8ee348326d06865d7 Mon Sep 17 00:00:00 2001 From: James Turner Date: Thu, 8 Jul 2010 23:21:25 +0100 Subject: [PATCH] Add two more subsystem groups, to aid in fixing bug 141. --- simgear/structure/subsystem_mgr.hxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/simgear/structure/subsystem_mgr.hxx b/simgear/structure/subsystem_mgr.hxx index 87654d9c..02332056 100644 --- a/simgear/structure/subsystem_mgr.hxx +++ b/simgear/structure/subsystem_mgr.hxx @@ -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 }; -- 2.39.5