diff -r c11abf387a7d -r d5b30d6373fc QTfrontend/team.cpp --- a/QTfrontend/team.cpp Sat Jul 31 10:52:43 2010 +0200 +++ b/QTfrontend/team.cpp Sat Jul 31 11:24:53 2010 +0200 @@ -73,7 +73,7 @@ Hedgehogs[i].Hat=strLst[i * 2 + 8]; // Somehow claymore managed an empty hat. Until we figure out how, this should avoid a repeat // Checking net teams is probably pointless, but can't hurt. - if (Hedgehogs[i].Hat.length() == 0) Hedgehogs[i].Hat = "NoHat"; + if (Hedgehogs[i].Hat.length() == 0) Hedgehogs[i].Hat = "NoHat"; } Rounds = 0; Wins = 0;