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