changeset 163 | f864a68e512c |
parent 153 | dc10da2a73f9 |
child 183 | 57c2ef19f719 |
--- 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); }