# HG changeset patch
# User nemo
# Date 1283986871 14400
# Node ID 697c855bd48d4d57865f5e3ee57e2698e54906ac
# Parent  50e75cb38c187f9ba4af21c44933f36030b03931
Probably fix missing hats.

diff -r 50e75cb38c18 -r 697c855bd48d QTfrontend/team.cpp
--- a/QTfrontend/team.cpp	Wed Sep 08 18:18:01 2010 -0400
+++ b/QTfrontend/team.cpp	Wed Sep 08 19:01:11 2010 -0400
@@ -74,7 +74,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.isEmpty() == 0) Hedgehogs[i].Hat = "NoHat";
+        if (Hedgehogs[i].Hat.isEmpty()) Hedgehogs[i].Hat = "NoHat";
     }
     Rounds = 0;
     Wins = 0;