Remove two empty lines, grouping side specific Hotkey code together.
This commit is contained in:
parent
7c8279ef4e
commit
a8be318b66
1 changed files with 0 additions and 2 deletions
|
@ -890,13 +890,11 @@ bool editor_controller::execute_command(const hotkey::hotkey_command& cmd, int i
|
|||
context_manager_->get_map_context().new_side();
|
||||
gui_->init_flags();
|
||||
return true;
|
||||
|
||||
case HOTKEY_EDITOR_SIDE_REMOVE:
|
||||
gui_->set_team(0, true);
|
||||
gui_->set_playing_team(0);
|
||||
context_manager_->get_map_context().remove_side();
|
||||
return true;
|
||||
|
||||
case HOTKEY_EDITOR_SIDE_EDIT:
|
||||
context_manager_->edit_side_dialog(gui_->viewing_team());
|
||||
return true;
|
||||
|
|
Loading…
Add table
Reference in a new issue