diff --git a/ARCMF.VR/config.hpp b/ARCMF.VR/config.hpp index ba2cead..75a0ffb 100644 --- a/ARCMF.VR/config.hpp +++ b/ARCMF.VR/config.hpp @@ -21,59 +21,59 @@ class CfgARCMF { */ class Briefing { class BLUFOR { - logistics[] = {}; + situation[] = {}; + mission[] = {}; + friendlyForces[] = {}; + enemyForces[] = {}; commandersIntent[] = {}; movementPlan[] = {}; fireSupportPlan[] = {}; specialTasks[] = {}; - mission[] = {}; - situation[] = {}; - enemyForces[] = {}; - friendlyForces[] = {}; + logistics[] = {}; }; class OPFOR { - logistics[] = {}; + situation[] = {}; + mission[] = {}; + friendlyForces[] = {}; + enemyForces[] = {}; commandersIntent[] = {}; movementPlan[] = {}; fireSupportPlan[] = {}; specialTasks[] = {}; - mission[] = {}; - situation[] = {}; - enemyForces[] = {}; - friendlyForces[] = {}; + logistics[] = {}; }; class INDFOR { - logistics[] = {}; + situation[] = {}; + mission[] = {}; + friendlyForces[] = {}; + enemyForces[] = {}; commandersIntent[] = {}; movementPlan[] = {}; fireSupportPlan[] = {}; specialTasks[] = {}; - mission[] = {}; - situation[] = {}; - enemyForces[] = {}; - friendlyForces[] = {}; + logistics[] = {}; }; class CIVILIAN { - logistics[] = {}; + situation[] = {}; + mission[] = {}; + friendlyForces[] = {}; + enemyForces[] = {}; commandersIntent[] = {}; movementPlan[] = {}; fireSupportPlan[] = {}; specialTasks[] = {}; - mission[] = {}; - situation[] = {}; - enemyForces[] = {}; - friendlyForces[] = {}; + logistics[] = {}; }; class GAME_MASTER { - logistics[] = {}; + situation[] = {}; + mission[] = {}; + friendlyForces[] = {}; + enemyForces[] = {}; commandersIntent[] = {}; movementPlan[] = {}; fireSupportPlan[] = {}; specialTasks[] = {}; - mission[] = {}; - situation[] = {}; - enemyForces[] = {}; - friendlyForces[] = {}; + logistics[] = {}; }; }; /* diff --git a/ARCMF.VR/version.txt b/ARCMF.VR/version.txt index 227cea2..38f77a6 100644 --- a/ARCMF.VR/version.txt +++ b/ARCMF.VR/version.txt @@ -1 +1 @@ -2.0.0 +2.0.1