Follow-up Comment #2, patch #2352 (project freeciv):
- Replaced ai_plr_data_get() call with def_ai_player_data() call in
aiferry_init_stats(). As added comment says:
/* def_ai_player_data() instead of ai_plr_data_get() is deliberate.
We are only initializing player data structures and ai_plre_data_get()
would try to use it uninitialized. We are only setting values to
data structure, not reading them, so we have no need for extra
arrangements ai_plr_data_get() would do compared to def_ai_player_data()
*/
This resolves at least one autogame problem. I'm currently running tests to
see if there is more.
(file #12148)
_______________________________________________________
Additional Item Attachment:
File name: AiDataFerryStat_2352-2.diff Size:7 KB
_______________________________________________________
Reply to this item at:
<http://gna.org/patch/?2352>
_______________________________________________
Message sent via/by Gna!
http://gna.org/
_______________________________________________
Freeciv-dev mailing list
[email protected]
https://mail.gna.org/listinfo/freeciv-dev