Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix enum errors #5834

Merged
merged 5 commits into from
Dec 1, 2017
Merged

Fix enum errors #5834

merged 5 commits into from
Dec 1, 2017

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Dec 1, 2017

When merged this pull request will:

  • title

@commy2 commy2 added the kind/bug-fix Release Notes: **FIXED:** label Dec 1, 2017
@commy2 commy2 added this to the 3.12.0 milestone Dec 1, 2017
@Neviothr
Copy link
Contributor

Neviothr commented Dec 1, 2017

Might as well fix createUnit in these:

private _virtual = _grp createUnit [QGVAR(virtual),[0,0,0],[],0,""];

statement = "_unit = objNull; { if ((side _x in [east,west,resistance,civilian]) && !(isPlayer _x)) exitWith { _unit = _x; }; } forEach (curatorSelected select 0); bis_fnc_curatorObjectPlaced_mouseOver = ['OBJECT',_unit]; (group _target) createUnit ['ModuleRemoteControl_F',[0,0,0],[],0,''];";

@PabstMirror PabstMirror merged commit 7cfb2b8 into master Dec 1, 2017
@PabstMirror PabstMirror deleted the fix-enum-errors branch December 1, 2017 16:34
@commy2 commy2 mentioned this pull request Dec 7, 2017
BaerMitUmlaut pushed a commit that referenced this pull request Aug 5, 2019
* Fix enum errors

* Update fnc_paradropItem.sqf

* Update fnc_actionPlaceInBodyBag.sqf

* Update fnc_compat_spectatorBI.sqf

* Update ACE_ZeusActions.hpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug-fix Release Notes: **FIXED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants