fix an intermittently segfaulting test

This commit is contained in:
Enno Rehling 2012-08-02 08:08:39 +02:00
parent f6b5728b49
commit d056f6049e
1 changed files with 1 additions and 1 deletions

View File

@ -1604,7 +1604,7 @@ int owner_change(const region * r)
if (r->land && r->land->ownership) { if (r->land && r->land->ownership) {
return r->land->ownership->since_turn; return r->land->ownership->since_turn;
} }
return -1; return INT_MIN;
} }
bool is_mourning(const region * r, int in_turn) bool is_mourning(const region * r, int in_turn)