--- a/data/team/gnu/team.xml 1990-01-01 01:00:00.000000000 +0100 +++ b/data/team/gnu/team.xml 2024-02-01 23:21:15.926808422 +0100 @@ -6,16 +6,15 @@ - - - - + + + + - + - + - --- a/data/team/konqi/team.xml 1990-01-01 01:00:00.000000000 +0100 +++ b/data/team/konqi/team.xml 2024-02-01 23:18:24.532708967 +0100 @@ -6,20 +6,20 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + --- a/data/team/pidgin/team.xml 1990-01-01 01:00:00.000000000 +0100 +++ b/data/team/pidgin/team.xml 2024-02-01 23:20:30.085998956 +0100 @@ -6,22 +6,18 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + --- a/src/menu/options_menu.cpp 1990-01-01 01:00:00.000000000 +0100 +++ b/src/menu/options_menu.cpp 2024-02-02 00:06:12.861102656 +0100 @@ -242,11 +242,6 @@ /* Misc options */ Box * misc_options = new GridBox(3, 3, 0, false); - opt_updates = - new PictureTextCBox(_("Check updates online?"), - "menu/ico_update", option_size); - misc_options->AddWidget(opt_updates); - #ifndef HAVE_TOUCHSCREEN opt_lefthanded_mouse = new PictureTextCBox(_("Left-handed mouse?"), @@ -377,7 +372,6 @@ #endif #if USE_MISC_TAB - opt_updates->SetValue(config->GetCheckUpdates()); # ifndef HAVE_TOUCHSCREEN opt_lefthanded_mouse->SetValue(config->GetLeftHandedMouse()); opt_scroll_on_border->SetValue(config->GetScrollOnBorder()); @@ -436,7 +430,6 @@ // Misc options #if USE_MISC_TAB - config->SetCheckUpdates(opt_updates->GetValue()); # ifndef HAVE_TOUCHSCREEN config->SetLeftHandedMouse(opt_lefthanded_mouse->GetValue()); config->SetScrollOnBorder(opt_scroll_on_border->GetValue()); --- a/src/menu/teams_selection_box.h 1990-01-01 01:00:00.000000000 +0100 +++ b/src/menu/teams_selection_box.h 2024-02-02 00:55:50.173676596 +0100 @@ -30,7 +30,7 @@ class SpinButtonWithPicture; class TeamBox; -const uint MAX_NB_TEAMS=8; +const uint MAX_NB_TEAMS=6; class TeamScrollBox : public ScrollBox { --- a/src/game/game_mode.cpp 1990-01-01 01:00:00.000000000 +0100 +++ b/src/game/game_mode.cpp 2024-08-04 22:14:13.129868508 +0200 @@ -43,7 +43,7 @@ { rules = "none"; nb_characters = 6; - max_teams = 8; + max_teams = 6; duration_turn = 60; duration_move_player = 3; duration_exchange_player = 2;