Bug #1673 ยป 1673.patch
server/srv_main.c | ||
---|---|---|
/* Check for culture victory */
|
||
if (victory_enabled(VC_CULTURE)) {
|
||
struct player *best = NULL;
|
||
int best_value = -1;
|
||
int second_value = -1;
|
||
long best_value = -1;
|
||
long second_value = -1;
|
||
players_iterate(pplayer) {
|
||
if (is_barbarian(pplayer) || !pplayer->is_alive) {
|