--- 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));