Feature #1273 ยป 0024-Tex-Remove-trailing-spaces.patch
| ai/tex/texai.c | ||
|---|---|---|
|
Call default ai with tex ai type as parameter.
|
||
|
**************************************************************************/
|
||
|
static void texwai_treaty_accepted(struct player *pplayer,
|
||
|
struct player *aplayer,
|
||
|
struct player *aplayer,
|
||
|
struct treaty *ptreaty)
|
||
|
{
|
||
|
TEXAI_AIT;
|
||
| ai/tex/texaiplayer.c | ||
|---|---|---|
|
exthrai.reqs_from.reqlist = texaireq_list_new();
|
||
|
exthrai.thread_running = TRUE;
|
||
|
|
||
|
fc_thread_cond_init(&exthrai.msgs_to.thr_cond);
|
||
|
fc_mutex_init(&exthrai.msgs_to.mutex);
|
||
|
fc_thread_start(&exthrai.ait, texai_thread_start, ait);
|
||