Allow turn time to be 1-99 seconds
authorunc0rr
Fri, 07 Nov 2008 16:29:41 +0000
changeset 1479 91e399fc8f5f
parent 1478 8bfb417d165e
child 1480 aec44e91f2d1
Allow turn time to be 1-99 seconds
QTfrontend/gamecfgwidget.cpp
--- a/QTfrontend/gamecfgwidget.cpp	Fri Nov 07 15:58:36 2008 +0000
+++ b/QTfrontend/gamecfgwidget.cpp	Fri Nov 07 16:29:41 2008 +0000
@@ -56,7 +56,7 @@
 	GBoxOptionsLayout->addWidget(new QLabel(QLabel::tr("Weapons"), GBoxOptions), 4, 0);
 
 	SB_TurnTime = new QSpinBox(GBoxOptions);
-	SB_TurnTime->setRange(5, 90);
+	SB_TurnTime->setRange(1, 99);
 	SB_TurnTime->setValue(45);
 	SB_TurnTime->setSingleStep(15);