From 5704f6063e2827cba1583b53308f720c7c25eeb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20=C4=8Cerm=C3=A1k?= Date: Sun, 13 Mar 2016 17:49:01 +0100 Subject: [PATCH] Some forgotten comment... --- stadiumtab.cc | 1 + 1 file changed, 1 insertion(+) 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") + "
"; } -- 2.20.1