X-Git-Url: https://git.johniez.cz/?p=aspt.git;a=blobdiff_plain;f=stadiumtab.cc;h=5fd486019b29bc1afee6379601b017e64b49fe91;hp=82f4b3717dfb63c40e47b606d11d0f741300c966;hb=5704f6063e2827cba1583b53308f720c7c25eeb7;hpb=5b18d46ece5562340b89e54dcd7fe9dd38752c65 diff --git a/stadiumtab.cc b/stadiumtab.cc index 82f4b37..5fd4860 100644 --- a/stadiumtab.cc +++ b/stadiumtab.cc @@ -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") + "
"; } + // 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") + "
"; }