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 carrying out soldier multiple times (#557) #558

Closed
wants to merge 1 commit into from

Conversation

pledbrook
Copy link
Contributor

The problem was that the game was setting the bBodyRecovered flag to true and then never clearing it again. So you could carry a soldier out once, but never again on any future missions.

This fix simply clears the flag at the beginning of tactical play. Fixed #557.

The problem was that the game was setting the `bBodyRecovered` flag to true
and then never clearing it again. So you could carry a soldier out once, but
never again on any future missions.

This fix simply clears the flag at the beginning of tactical play.
@Xymanek
Copy link
Member

Xymanek commented Jun 10, 2019

Once this is merged, I think we should leave a comment on the fix mod that it's no longer required

@Musashi1584 Musashi1584 added this to the 1.19.0 milestone Jun 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow soldiers to be carried out multiple times in a campaign
3 participants