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)