QTfrontend/game.cpp
changeset 149 aae256899c49
parent 148 c0355acf07c8
child 157 8e3e11bb0a5f
--- a/QTfrontend/game.cpp	Fri Sep 15 20:38:25 2006 +0000
+++ b/QTfrontend/game.cpp	Sat Sep 16 15:15:30 2006 +0000
@@ -97,7 +97,7 @@
 		LocalCFG(teams[i]);
 		SendIPC(QString("ecolor %1").arg(65535 << i * 8));
 		for (int t = 0; t < hdNum[teams[i]]; t++)
-			SendIPC(QString("eadd hh%1 1").arg(t));
+			SendIPC(QString("eadd hh%1 0").arg(t));
 	}
 }