needed to initialize variables

This commit is contained in:
[VB]AWOL
2013-10-21 10:43:01 -05:00
parent ed16ccd52e
commit bf2bc9e875
2 changed files with 4 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ _findNearestPole = [];
_IsNearPlot = count (_findNearestPole);
_canBuildOnPlot = false;
if(_IsNearPlot == 0) then {
_canBuildOnPlot = true;
} else {

View File

@@ -26,6 +26,8 @@ _findNearestPole = [];
_IsNearPlot = count (_findNearestPole);
_canBuildOnPlot = false;
if(_IsNearPlot == 0) then {
_canBuildOnPlot = true;
} else {