projects
/
aspt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b18d46
)
Some forgotten comment...
author
Jan Čermák
<me@johniez.cz>
Sun, 13 Mar 2016 16:49:01 +0000
(17:49 +0100)
committer
Jan Čermák
<me@johniez.cz>
Sun, 13 Mar 2016 16:49:01 +0000
(17:49 +0100)
stadiumtab.cc
patch
|
blob
|
history
diff --git
a/stadiumtab.cc
b/stadiumtab.cc
index 82f4b3717dfb63c40e47b606d11d0f741300c966..5fd486019b29bc1afee6379601b017e64b49fe91 100644
(file)
--- 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") + "<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>";
}