QTfrontend/teamselhelper.cpp
changeset 379 e4cd3cd209c6
parent 378 dde4a4a3e0e1
child 385 9201c85f7ff4
--- a/QTfrontend/teamselhelper.cpp	Fri Feb 02 21:04:36 2007 +0000
+++ b/QTfrontend/teamselhelper.cpp	Sat Feb 03 00:04:52 2007 +0000
@@ -125,7 +125,6 @@
 					   pOurFrameTeams->availableColors.end(), color);
     if(pOurFrameTeams->currentColor==pOurFrameTeams->availableColors.end()) {
       // error condition
-      throw;
       pOurFrameTeams->currentColor=pOurFrameTeams->availableColors.begin();
     }
   }