Skip to content

Commit

Permalink
Fix for validation CI
Browse files Browse the repository at this point in the history
  • Loading branch information
billw2012 committed Jun 6, 2019
1 parent 5107a19 commit 079ef23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project_0.Altis/Templates/fn_selectRandom.sqf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "..\OOP_Light\OOP_Light.h"
/*
Select a random classname from subcategory from a category from a template array
parameters:
Expand All @@ -7,8 +8,6 @@ _classID - number, the ID of the classname.
[, -1] if nothing found
*/

#include "..\OOP_Light\OOP_Light.h"

params ["_template", "_catID", "_subcatID"];

private _cat = [];
Expand Down

0 comments on commit 079ef23

Please sign in to comment.