diff -r 6c17ef373079 -r f59b7f5cf6e8 QTfrontend/hwconsts.cpp.in --- a/QTfrontend/hwconsts.cpp.in Wed May 15 04:06:47 2019 +0200 +++ b/QTfrontend/hwconsts.cpp.in Wed May 15 09:08:39 2019 +0200 @@ -96,6 +96,33 @@ AMMOLINE_HEDGEEDITOR_DELAY AMMOLINE_HEDGEEDITOR_CRATE )) ; +QStringList cQuickGameMaps = QStringList() + << "Bamboo" + << "Bath" + << "Battlefield" + << "Blox" + << "Bubbleflow" + << "Cake" + << "Castle" + << "Cheese" + << "Cogs" + << "CrazyMission" + << "EarthRise" + << "Eyes" + << "Hammock" + << "HedgeFortress" + << "Hedgelove" + << "Hedgewars" + << "Hydrant" + << "Lonely_Island" + << "Mushrooms" + << "Octorama" + << "PirateFlag" + << "Plane" + << "Sheep" + << "Trash" + << "Tree"; + unsigned int colors[] = HW_TEAMCOLOR_ARRAY; QString * netHost = new QString();