Some forgotten comment...
authorJan Čermák <me@johniez.cz>
Sun, 13 Mar 2016 16:49:01 +0000 (17:49 +0100)
committerJan Čermák <me@johniez.cz>
Sun, 13 Mar 2016 16:49:01 +0000 (17:49 +0100)
stadiumtab.cc

index 82f4b37..5fd4860 100644 (file)
@@ -59,6 +59,7 @@ void StadiumTab::init() {
        if(stadium.wc.toInt() < ((cap+1000)*0.01)) {
                text += tr("You need") + "  " + QString().setNum((cap+1000)*0.01) + "  " + tr("Toilets") + "<br>";
        }
+       // but 60 for 21000 is still ok
        if(stadium.bar.toInt() < ((cap+1000)*0.0044)) {
                text += tr("You need") + "  " + QString().setNum((cap+1000)*0.0044) + "  " + tr("Buffets") + "<br>";
        }