(svn r2921) -Codechange: moved all AI-code to 1 central place (ai/ai.c)

-Fix: removed the ability for the oldAI to cheat (this will criple him somewhat)
-Add: base-code for many improvements to come in the AI-system
-Add: added base-code for multiplayer AIs (DOES NOT WORK YET!)
This commit is contained in:
truelight
2005-09-07 15:10:11 +00:00
parent 5a92c4982d
commit 6145b99c22
8 changed files with 346 additions and 49 deletions

View File

@@ -215,7 +215,7 @@ typedef struct GameDifficulty {
int initial_interest;
int vehicle_costs;
int competitor_speed;
int competitor_intelligence;
int competitor_intelligence; // no longer in use
int vehicle_breakdowns;
int subsidy_multiplier;
int construction_cost;