mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-15 17:25:32 +00:00
Eclipse CDT wasn't happy about the missing break after default case
This commit is contained in:
parent
6f3bf560cd
commit
4d4e8f6096
@ -1046,6 +1046,7 @@ void manager::options_dlg()
|
||||
bool hidden = team_plans_hidden_[t_index];
|
||||
team_plans_hidden_[t_index] = !hidden;
|
||||
}
|
||||
break;
|
||||
}
|
||||
update_plan_hiding();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user