Update of bug #15844 (project freeciv):
Planned Release: 2.3.0 => 2.2.1,2.3.0
_______________________________________________________
Follow-up Comment #4:
>- if (pcity->owner->ai->funcs.city_close) {
>+ if (pcity->owner->ai && pcity->owner->ai->funcs.city_close) {
It's the same reason. The code uses pcity->owner->ai->funcs.city_close but in
the client pcity->owner->ai is set to NULL so the additional check is needed.
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?15844>
_______________________________________________
Nachricht geschickt von/durch Gna!
http://gna.org/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev