# HG changeset patch # User nemo # Date 1506977119 14400 # Node ID 5ba8361acabc776ed37620db676cc005d7ad4b6f # Parent 91e55ce06ffc8805e8999a4a1812dd92cc063a48 fine. I will diff -r 91e55ce06ffc -r 5ba8361acabc QTfrontend/hwform.cpp --- a/QTfrontend/hwform.cpp Mon Oct 02 21:39:19 2017 +0200 +++ b/QTfrontend/hwform.cpp Mon Oct 02 16:45:19 2017 -0400 @@ -462,7 +462,7 @@ QString currentNickName = config->value("net/nick",tr("Guest")+QString("%1").arg(rand())).toString().toUtf8(); QString teamName; int firstHumanTeam = 1; - int lastHumanTeam = 4; + int lastHumanTeam = 2; // Default team if (currentNickName.isEmpty()) @@ -499,7 +499,7 @@ teamslist.push_back(teamName); } // Add 2 default CPU teams - for(int i=2; i<=5; i=i+2) + for(int i=1; i<=5; i=i+2) { //: Default computer team name teamName = tr("Computer %1").arg(i);