Skip to content

Commit

Permalink
Change folder casing again
Browse files Browse the repository at this point in the history
  • Loading branch information
veteran29 committed Sep 3, 2024
1 parent 6993947 commit f3d8a7b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions addons/spectator/functions/fnc_EGSpectator.sqf
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#include "script_component.hpp"
#include "\a3\functions_f_exp_a\EGSpectatorCommonDefines.inc"
/*
* Author: 3Mydlo3
* Enhanced original BIS_fnc_EGSpectator to support array of units/groups as spectator targets instead of sides only.
Expand Down Expand Up @@ -36,9 +37,6 @@ disableSerialization;
// Name of this script
scriptName "BIS_fnc_EGSpectator";

// Common spectator defines
#include "\a3\functions_f_exp_a\EGSpectatorCommonDefines.inc"

// Parameters
private _mode = _this param [0, "", [""]];
private _params = _this param [1, [], [[]]];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "\a3\ui_f\hpp\defineResinclDesign.inc"
#include "\a3\ui_f\hpp\defineDIKCodes.inc"
#include "\a3\ui_f\hpp\defineCommonGrids.inc"
#include "\a3\ui_f_exp_a\UI\defineResinclDesign.inc"
#include "\a3\ui_f_exp_a\ui\defineResinclDesign.inc"

/**
* Development
Expand Down

0 comments on commit f3d8a7b

Please sign in to comment.