forked from github/server
fix an intermittently segfaulting test
This commit is contained in:
parent
f6b5728b49
commit
d056f6049e
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue