Skip to content

Commit

Permalink
Fix order of briefing subjects
Browse files Browse the repository at this point in the history
  • Loading branch information
James Kingsley committed Jul 14, 2017
1 parent e656820 commit c9aaafb
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions ARCMF.VR/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {};
};
};
/*
Expand Down
2 changes: 1 addition & 1 deletion ARCMF.VR/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0
2.0.1

0 comments on commit c9aaafb

Please sign in to comment.