Feature #495 ยป 0020-Set-AI-module-interface-capstr-to-stable-form.patch
| common/ai.h | ||
|---|---|---|
|
* structure below. When changing mandatory capability part, check that
|
||
|
* there's enough reserved_xx pointers in the end of the structure for
|
||
|
* taking to use without need to bump mandatory capability again. */
|
||
|
#define FC_AI_MOD_CAPSTR "+Freeciv-3.1-ai-module-2019.Feb.16"
|
||
|
#define FC_AI_MOD_CAPSTR "+Freeciv-3.1-ai-module"
|
||
|
/* Timers for all AI activities. Define it to get statistics about the AI. */
|
||
|
#ifdef FREECIV_DEBUG
|
||