changeset 3697 | d5b30d6373fc |
parent 3381 | f8800c44b3de |
child 3758 | 80007c41c35e |
--- 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;