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

Javelin - Fix zeus RC after switchCamera #3177

Merged
merged 2 commits into from
Jan 19, 2016
Merged

Javelin - Fix zeus RC after switchCamera #3177

merged 2 commits into from
Jan 19, 2016

Conversation

PabstMirror
Copy link
Contributor

Fix #3175

switchCamera seems to break zeus RC of untis, resets control with remotecontrol

@PabstMirror PabstMirror added the kind/bug-fix Release Notes: **FIXED:** label Jan 17, 2016
@PabstMirror PabstMirror added this to the 3.5.0 milestone Jan 17, 2016
@@ -65,6 +65,10 @@ _newTarget = objNull;
// Bail on fast movement
if ((velocity ACE_player) distance [0,0,0] > 0.5 && {cameraView == "GUNNER"} && {cameraOn == ACE_player}) exitWith { // keep it steady.
ACE_player switchCamera "INTERNAL";
if (player != ACE_player) then {
TRACE_2("Zeus, manually reseting RC after switchCamera",player,ACE_player);
player remotecontrol ACE_player;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remoteControl

thojkooi added a commit that referenced this pull request Jan 19, 2016
Javelin - Fix zeus RC after switchCamera
@thojkooi thojkooi merged commit aa535c9 into master Jan 19, 2016
@thojkooi thojkooi deleted the fixJavelinZeus branch January 19, 2016 08:36
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