author | unc0rr |
Thu, 27 Sep 2012 23:24:01 +0400 | |
changeset 7713 | 3833741d8752 |
parent 7712 | 10e7eed3f180 |
child 7714 | 981001b84f0b |
--- 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);