fix for status message not shown when inprogress

This commit is contained in:
Titus Tscharntke 2011-02-05 00:32:31 +00:00
parent 1574e05fcd
commit dc1033875a
1 changed files with 3 additions and 1 deletions

View File

@ -197,7 +197,9 @@ void ServerLine::render() {
else {
renderer.renderLabel(&country);
}
if (compatible) {
renderer.renderLabel(&status);
}
if(gameFull.getEnabled() == false) {
if (compatible) {
//renderer.renderLabel(&ipAddressLabel);