QTfrontend/team.cpp
changeset 1242 4aca5f7b2504
parent 1240 16b85f292030
child 1244 87b3931c70e9
--- a/QTfrontend/team.cpp	Sun Aug 31 16:27:47 2008 +0000
+++ b/QTfrontend/team.cpp	Sun Aug 31 17:22:50 2008 +0000
@@ -242,10 +242,14 @@
 			sl.push_back(QString("ebind " + binds[i].strbind + " " + binds[i].action));
 
 	for (int t = 0; t < numHedgehogs; t++)
+	{
 	  sl.push_back(QString("eaddhh %1 %2 %3")
 		       .arg(QString::number(difficulty),
 			    QString::number(InitHealth),
 			    HHName[t]));
+	  sl.push_back(QString("ehat %1")
+		       .arg(HHHat[t]));
+	}
 	return sl;
 }