Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

Commit

Permalink
DZMSMajDone/DZMSMinDone Undefined Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SMVampire committed May 14, 2014
1 parent 8d63064 commit 09de330
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions DZMS/DZMSInit.sqf
Expand Up @@ -105,6 +105,8 @@ DZMSUnitsMajor = [];
// Let's get the clocks running!
[] ExecVM DZMSMajTimer;
[] ExecVM DZMSMinTimer;
DZMSMajDone = false;
DZMSMinDone = false;

// Let's get the Marker Re-setter running for JIPs to stay updated
[] ExecVM DZMSMarkerLoop;
2 changes: 1 addition & 1 deletion DZMS/Scripts/DZMSMajTimer.sqf
Expand Up @@ -40,5 +40,5 @@ while {_run} do

//Let's wait for it to finish or timeout
waitUntil {DZMSMajDone};
DZMSMajDone = nil;
DZMSMajDone = false;
};
2 changes: 1 addition & 1 deletion DZMS/Scripts/DZMSMinTimer.sqf
Expand Up @@ -40,5 +40,5 @@ while {_run} do

//Let's wait for it to finish or timeout
waitUntil {DZMSMinDone};
DZMSMinDone = nil;
DZMSMinDone = false;
};

0 comments on commit 09de330

Please sign in to comment.