(svn r10610) [NoAI] -Fix r10609: typo in WrightAI noai
authortruelight
Wed, 18 Jul 2007 09:23:35 +0000
branchnoai
changeset 9671 ad29df0de918
parent 9670 820b77e19bb3
child 9672 18c71ca987e4
(svn r10610) [NoAI] -Fix r10609: typo in WrightAI
bin/ai/wrightai/main.nut
--- a/bin/ai/wrightai/main.nut	Wed Jul 18 09:20:50 2007 +0000
+++ b/bin/ai/wrightai/main.nut	Wed Jul 18 09:23:35 2007 +0000
@@ -247,7 +247,7 @@
 	/* Don't try to add planes when we are short on cash */
 	if (!this.HasMoney(50000)) return;
 
-	list = AIStationList(AIStationList.STATION_AIRPORT);
+	list = AIStationList(AIStation.STATION_AIRPORT);
 	list.Valuate(AIStationListCargoWaiting(0));
 	list.KeepAboveValue(250);