changeset 7713 | 3833741d8752 |
parent 7665 | e556b44f5bd8 |
child 7794 | ab7b94c03bc9 |
--- a/QTfrontend/game.cpp Thu Sep 27 19:15:49 2012 +0400 +++ b/QTfrontend/game.cpp Thu Sep 27 23:24:01 2012 +0400 @@ -126,6 +126,8 @@ .arg((themeModel->rowCount() > 0) ? themeModel->index(rand() % themeModel->rowCount()).data().toString() : "steel")); HWProto::addStringToBuffer(teamscfg, "eseed " + QUuid::createUuid().toString()); + HWProto::addStringToBuffer(teamscfg, "e$template_filter 2"); + HWTeam team1; team1.setDifficulty(0); team1.setColor(0);