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