Fix abort and gear menu staying open at same time

This commit is contained in:
ebaydayz
2016-11-13 14:49:04 -05:00
parent e6b9644b71
commit 89078d1611
6 changed files with 13 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ _created = false;
if ( isNull _dialog ) then {
//startLoadingScreen [""];
DZE_GearCheckBypass = true; //Bypass gear menu checks since dialog will always open on player's gear
createGearDialog [player, "RscDisplayGear"];
_dialog = findDisplay 106;
_created = true;