Skip to content

Commit ce90d33

Browse files
committed
Fixed tabs and format
1 parent d8b1988 commit ce90d33

File tree

4 files changed

+189
-189
lines changed

4 files changed

+189
-189
lines changed

source/dialog/startup/startup.hpp

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -166,19 +166,19 @@ class startup_dialog
166166
tooltip = "Randomly generate the zones, then start the campaign"; //--- ToDo: Localize;
167167
action = "_nul = [] execvm ""dialog\startup\startup_start.sqf""";
168168
};
169-
class start_button2: RscButton
170-
{
171-
idc = 1601;
172-
text = "START-M"; //--- ToDo: Localize;
173-
x = 24.5 * GUI_GRID_W + GUI_GRID_X;
174-
y = 23 * GUI_GRID_H + GUI_GRID_Y;
175-
w = 8 * GUI_GRID_W;
176-
h = 1.5 * GUI_GRID_H;
177-
sizeEx = 0.05;
178-
colorBackground[] = {1, 0, 0,0.5};
179-
tooltip = "Manually generate the zones, then start the campaign"; //--- ToDo: Localize;
180-
action = "_nul = [] execvm ""dialog\startup\startup_start2.sqf""";
181-
};
169+
class start_button2: RscButton
170+
{
171+
idc = 1601;
172+
text = "START-M"; //--- ToDo: Localize;
173+
x = 24.5 * GUI_GRID_W + GUI_GRID_X;
174+
y = 23 * GUI_GRID_H + GUI_GRID_Y;
175+
w = 8 * GUI_GRID_W;
176+
h = 1.5 * GUI_GRID_H;
177+
sizeEx = 0.05;
178+
colorBackground[] = {1, 0, 0,0.5};
179+
tooltip = "Manually generate the zones, then start the campaign"; //--- ToDo: Localize;
180+
action = "_nul = [] execvm ""dialog\startup\startup_start2.sqf""";
181+
};
182182
class weather_type_frame: RscFrame
183183
{
184184
idc = 1807;

0 commit comments

Comments
 (0)