forked from github/server
release version 3.8.15
This commit is contained in:
parent
ca7b250c46
commit
ae3e5b8088
|
@ -75,8 +75,7 @@ faction *visible_faction(const faction * f, const unit * u)
|
||||||
attrib *a = a_find(u->attribs, &at_otherfaction);
|
attrib *a = a_find(u->attribs, &at_otherfaction);
|
||||||
if (a) {
|
if (a) {
|
||||||
faction *fv = get_otherfaction(a);
|
faction *fv = get_otherfaction(a);
|
||||||
assert(fv != NULL); /* fv should never be NULL! */
|
if (fv) return fv;
|
||||||
return fv;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return u->faction;
|
return u->faction;
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#define VERSION_MAJOR 3
|
#define VERSION_MAJOR 3
|
||||||
#define VERSION_MINOR 8
|
#define VERSION_MINOR 8
|
||||||
#define VERSION_BUILD 14
|
#define VERSION_BUILD 15
|
||||||
|
|
Loading…
Reference in New Issue