Skip to content

Commit

Permalink
fix typo in configure_engine
Browse files Browse the repository at this point in the history
  • Loading branch information
Rift-Walker committed Jul 18, 2014
1 parent fa99efb commit 1630103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configure_engine.cpp
Expand Up @@ -67,7 +67,7 @@ void configure_engine::set_use_map_settings(bool val) { parameters_.use_map_sett
void configure_engine::set_random_start_time(bool val) { parameters_.random_start_time = val; }
void configure_engine::set_fog_game(bool val) { parameters_.fog_game = val; }
void configure_engine::set_shroud_game(bool val) { parameters_.shroud_game = val; }
void configure_engine::set_allow_observers(bool val) { parameters_.shroud_game = val; }
void configure_engine::set_allow_observers(bool val) { parameters_.allow_observers = val; }
void configure_engine::set_shuffle_sides(bool val) { parameters_.shuffle_sides = val; }
void configure_engine::set_options(const config& cfg) { parameters_.options = cfg; }

Expand Down

0 comments on commit 1630103

Please sign in to comment.