Skip to content

Commit

Permalink
linearSD: remove unnecessary getWeather param
Browse files Browse the repository at this point in the history
  • Loading branch information
McDiod committed Jun 23, 2019
1 parent 7d7bb6d commit 10ef616
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions functions/linearSD/fn_getWeather.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@

// returns array in format for weatherArray entry (fn_startLinearSD)

private _return = [overcast,fogParams,wind];
(_return select 2) set [2,false];

_return
[overcast,fogParams]

0 comments on commit 10ef616

Please sign in to comment.