bin/ai/wrightai/main.nut
branchnoai
changeset 9805 d7f0e62cedf3
parent 9762 ad9c304c6c77
child 9817 9a3ad56463aa
--- a/bin/ai/wrightai/main.nut	Thu Feb 28 12:31:49 2008 +0000
+++ b/bin/ai/wrightai/main.nut	Thu Feb 28 13:49:41 2008 +0000
@@ -47,7 +47,7 @@
  */
 function WrightAI::BuildAirportRoute()
 {
-	local airport_type = (AIAirport.AiportAvailable(AIAirport.AT_SMALL) ? AIAirport.AT_SMALL : AIAirport.AT_LARGE);
+	local airport_type = (AIAirport.AirportAvailable(AIAirport.AT_SMALL) ? AIAirport.AT_SMALL : AIAirport.AT_LARGE);
 
 	/* Get enough money to work with */
 	this.GetMoney(150000);