changeset 579 | 94db15de0392 |
parent 486 | 7ea71cd3acd5 |
child 612 | 333d095319de |
--- a/QTfrontend/hedgehogerWidget.cpp Mon Aug 20 16:05:59 2007 +0000 +++ b/QTfrontend/hedgehogerWidget.cpp Mon Aug 20 17:49:39 2007 +0000 @@ -57,7 +57,7 @@ } } else if (event->button()==Qt::RightButton) { event->accept(); - if(numHedgehogs > 3) { + if(numHedgehogs > 1) { numHedgehogs--; pOurFrameTeams->overallHedgehogs--; emit hedgehogsNumChanged();