Removed commented code that did nothing.
This commit is contained in:
parent
b7e6cd1c27
commit
91e1b1cf96
1 changed files with 0 additions and 1 deletions
|
@ -774,7 +774,6 @@ bool event_handler::handle_event_command(const queued_event& event_info,
|
|||
state_of_game->get_variable(var_name+".name") = (*teams)[team_index].name();
|
||||
state_of_game->get_variable(var_name+".team_name") = (*teams)[team_index].team_name();
|
||||
state_of_game->get_variable(var_name+".user_team_name") = (*teams)[team_index].user_team_name();
|
||||
//state_of_game->get_variable(var_name+".recruit") = lexical_cast_default<std::string>((*teams)[team_index]
|
||||
state_of_game->get_variable(var_name+".colour") = (*teams)[team_index].map_colour_to();
|
||||
|
||||
gold_store = &state_of_game->get_variable(var_name+".gold");
|
||||
|
|
Loading…
Add table
Reference in a new issue