# HG changeset patch
# User unc0rr
# Date 1162412805 0
# Node ID 7298aaee99b4007daa14a159834c62c94fff1d4d
# Parent  4f69400848117039009072d2ff969b8e513c612f
 - Fixes for map mushrooms
 - Less smart bots in simple game

diff -r 4f6940084811 -r 7298aaee99b4 QTfrontend/game.cpp
--- a/QTfrontend/game.cpp	Wed Nov 01 19:36:41 2006 +0000
+++ b/QTfrontend/game.cpp	Wed Nov 01 20:26:45 2006 +0000
@@ -53,6 +53,7 @@
 void HWGame::SendConfig()
 {
 	SendIPC(QString("eseed %1").arg(seed).toAscii());
+//	SendIPC(QString("emap %1").arg("mushrooms").toAscii());
 	SendIPC(QString("etheme %1").arg(config->GetRandomTheme()).toAscii());
 	SendIPC("TL");
 	SendIPC(QString("e$gmflags %1").arg(gamecfg->getGameFlags()).toAscii());
@@ -84,10 +85,10 @@
 	SendIPC("eaddteam");
 	LocalCFG(2);
 	SendIPC("ecolor 16776960");
-	SendIPC("eadd hh0 1");
-	SendIPC("eadd hh1 1");
-	SendIPC("eadd hh2 1");
-	SendIPC("eadd hh3 1");
+	SendIPC("eadd hh0 5");
+	SendIPC("eadd hh1 4");
+	SendIPC("eadd hh2 4");
+	SendIPC("eadd hh3 3");
 }
 
 void HWGame::ParseMessage(const QByteArray & msg)
diff -r 4f6940084811 -r 7298aaee99b4 share/hedgewars/Data/Maps/mushrooms/map.16.png
Binary file share/hedgewars/Data/Maps/mushrooms/map.16.png has changed
diff -r 4f6940084811 -r 7298aaee99b4 share/hedgewars/Data/Maps/mushrooms/map.png
Binary file share/hedgewars/Data/Maps/mushrooms/map.png has changed