src/ai/trolly/trolly.cpp
changeset 9111 48ce04029fe4
parent 9070 dd0121143eba
child 9354 845e07db4549
equal deleted inserted replaced
9110:9c48301b2e19 9111:48ce04029fe4
     1 /* $Id$ */
     1 /* $Id$ */
     2 
     2 
     3 /*
     3 /**
       
     4  * @file trolly.cpp Implementation of the trolly AI.
       
     5  *
     4  * This AI was created as a direct reaction to the big demand for some good AIs
     6  * This AI was created as a direct reaction to the big demand for some good AIs
     5  * in OTTD. Too bad it never left alpha-stage, and it is considered dead in its
     7  * in OTTD. Too bad it never left alpha-stage, and it is considered dead in its
     6  * current form.
     8  * current form.
     7  * By the time of writing this, we, the creator of this AI and a good friend of
     9  * By the time of writing this, we, the creator of this AI and a good friend of
     8  * mine, are designing a whole new AI-system that allows us to create AIs
    10  * mine, are designing a whole new AI-system that allows us to create AIs