QTfrontend/frameTeam.cpp
changeset 1784 dfe9bafb4590
parent 1647 ab0c8c4be7b3
child 2377 f3fab2b09e0c
--- a/QTfrontend/frameTeam.cpp	Sat Jan 31 15:44:07 2009 +0000
+++ b/QTfrontend/frameTeam.cpp	Sun Feb 01 15:58:44 2009 +0000
@@ -25,7 +25,7 @@
 #include "hwconsts.h"
 
 FrameTeams::FrameTeams(QWidget* parent) :
-  QFrame(parent), maxHedgehogsPerGame(18), overallHedgehogs(0), mainLayout(this), nonInteractive(false)
+  QFrame(parent), maxHedgehogsPerGame(48), overallHedgehogs(0), mainLayout(this), nonInteractive(false)
 {
 	QPalette newPalette = palette();
 	newPalette.setColor(QPalette::Window, QColor(0x00, 0x00, 0x00));