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

Keep unit selections when switching game mode or menu #592

Merged
merged 1 commit into from Jul 24, 2016

Conversation

kev946
Copy link
Contributor

@kev946 kev946 commented Jul 24, 2016

Fixes #573

@@ -411,6 +414,8 @@ class Engine : public ResizeHandler, public options::OptionNode {
*/
input::InputManager input_manager;

std::unique_ptr<UnitSelection> unit_selection;
Copy link
Member

Choose a reason for hiding this comment

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

could you please add documentation here and for the getter function above?

@TheJJ
Copy link
Member

TheJJ commented Jul 24, 2016

looks good otherwise :) you need to fix your merge conflicts though and then rebase please.

@TheJJ TheJJ added lang: c++ Done in C++ code improvement Enhancement of an existing component labels Jul 24, 2016
@kev946
Copy link
Contributor Author

kev946 commented Jul 24, 2016

@TheJJ Rebased and fixed merge conflicts

@TheJJ
Copy link
Member

TheJJ commented Jul 24, 2016

thx 👯

@TheJJ TheJJ merged commit 434ce28 into SFTtech:master Jul 24, 2016
Vtec234 pushed a commit to Vtec234/openage that referenced this pull request Nov 6, 2016
Keep unit selections when switching game mode or menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Enhancement of an existing component lang: c++ Done in C++ code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants