Skip to content

Commit

Permalink
fix embark settings
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed May 4, 2016
1 parent 3433f7c commit 6769761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embark.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ bool Embark::update(color_ostream & out)
AI::feed_key(view, interface_key::SETUP_FIND);
FOR_ENUM_ITEMS(embark_finder_option, o)
{
view->finder.options[o] = config.embark_options[0];
view->finder.options[o] = config.embark_options[o];
}
AI::feed_key(view, interface_key::SELECT);
}
Expand Down

0 comments on commit 6769761

Please sign in to comment.