Skip to content

Commit

Permalink
Update play_controller.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
gfgtdf authored and Pentarctagon committed Oct 9, 2020
1 parent f599c77 commit 5a24414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/play_controller.cpp
Expand Up @@ -534,7 +534,7 @@ void play_controller::do_init_side()
bool delay_advancements = std::find(active_mods.begin(), active_mods.end(), "delay_advancements") != active_mods.end();

for(unit &u : resources::gameboard->units()) {
if(u.side() == current_side()) {
if(delay_advancements && u.side() == current_side()) {
advance_unit_at(u.get_location());
}
}
Expand Down

0 comments on commit 5a24414

Please sign in to comment.