forked from github/server
there are regions with no name, maybe?
This commit is contained in:
parent
482a39db6d
commit
45f451f17d
|
@ -915,7 +915,7 @@ r_demand(const region * r, const luxury_type * ltype)
|
||||||
const char *
|
const char *
|
||||||
rname(const region * r, const struct locale * lang)
|
rname(const region * r, const struct locale * lang)
|
||||||
{
|
{
|
||||||
if (r->land) {
|
if (r->land && r->land->name) {
|
||||||
return r->land->name;
|
return r->land->name;
|
||||||
}
|
}
|
||||||
return LOC(lang, terrain_name(r));
|
return LOC(lang, terrain_name(r));
|
||||||
|
|
Loading…
Reference in New Issue