Complete.Org:
Mailing Lists:
Archives:
freeciv-ai:
August 2004: [freeciv-ai] aiair uses set_unit_activity() directly |
![]() |
[freeciv-ai] aiair uses set_unit_activity() directly[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
We should whenever possible gate all our server calls through the appropriate handle_*() functions, instead of doing direct changes to the server state. This means, for example, handle_unit_activity_request() instead of set_unit_activity(). The attached patch fixes two such issues in aiair.c - Per
|