QTfrontend/team.cpp
changeset 1293 5943efa67299
parent 1287 4a0cbcbe3521
child 1325 c8994d47f41d
--- a/QTfrontend/team.cpp	Sun Sep 28 15:45:37 2008 +0000
+++ b/QTfrontend/team.cpp	Sun Sep 28 15:55:07 2008 +0000
@@ -81,6 +81,15 @@
 	HHName[5] = QApplication::translate("teams", pteams[num].hh5name);
 	HHName[6] = QApplication::translate("teams", pteams[num].hh6name);
 	HHName[7] = QApplication::translate("teams", pteams[num].hh7name);
+	HHHat[0] = pteams[num].hh0hat;
+	HHHat[1] = pteams[num].hh1hat;
+	HHHat[2] = pteams[num].hh2hat;
+	HHHat[3] = pteams[num].hh3hat;
+	HHHat[4] = pteams[num].hh4hat;
+	HHHat[5] = pteams[num].hh5hat;
+	HHHat[6] = pteams[num].hh6hat;
+	HHHat[7] = pteams[num].hh7hat;
+	
 	Grave = pteams[num].Grave;
 	Fort = pteams[num].Fort;
 	for(int i = 0; i < BINDS_NUMBER; i++)