From: Jan Čermák Date: Sun, 13 Mar 2016 16:49:01 +0000 (+0100) Subject: Some forgotten comment... X-Git-Url: https://git.johniez.cz/?p=aspt.git;a=commitdiff_plain;h=5704f6063e2827cba1583b53308f720c7c25eeb7 Some forgotten comment... --- 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") + "
"; }