This commit is contained in:
Christian Schlittchen 2002-10-27 13:26:31 +00:00
parent 5814818374
commit bed5203254
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}