forked from github/server
- Fix
This commit is contained in:
parent
5814818374
commit
bed5203254
|
@ -429,9 +429,11 @@ drawmap(boolean maponly) {
|
||||||
case -10:
|
case -10:
|
||||||
addstr("Dropouts ");
|
addstr("Dropouts ");
|
||||||
break;
|
break;
|
||||||
|
#ifdef ALLIANCES
|
||||||
case -11:
|
case -11:
|
||||||
printw((NCURSES_CONST char*)"Allianz %d ", hl_alliance);
|
printw((NCURSES_CONST char*)"Allianz %d ", hl_alliance);
|
||||||
break;
|
break;
|
||||||
|
#endif
|
||||||
default:
|
default:
|
||||||
printw((NCURSES_CONST char*)"Partei %d ", hl);
|
printw((NCURSES_CONST char*)"Partei %d ", hl);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue