hedgehogers number bug fixed - overallHedgehogs initialized to zero :)
authordisplacer
Sun, 24 Sep 2006 18:55:06 +0000
changeset 163 f864a68e512c
parent 162 4822f6face35
child 164 92cff18a3ab6
hedgehogers number bug fixed - overallHedgehogs initialized to zero :)
QTfrontend/frameTeam.cpp
--- a/QTfrontend/frameTeam.cpp	Sun Sep 24 18:29:14 2006 +0000
+++ b/QTfrontend/frameTeam.cpp	Sun Sep 24 18:55:06 2006 +0000
@@ -40,7 +40,7 @@
 using namespace std;
 
 FrameTeams::FrameTeams(QWidget* parent) :
-  QWidget(parent), maxHedgehogsPerGame(18), mainLayout(this)
+  QWidget(parent), maxHedgehogsPerGame(18), overallHedgehogs(0), mainLayout(this)
 {
   mainLayout.setSpacing(1);
 }