File diff r28788:55ecea04940f → r28789:24310860216b
regression/stationlist/info.nut
Show inline comments
 
@@ -4,7 +4,7 @@ class StationList extends AIInfo {
 
	function GetShortName()   { return "REGS"; }
 
	function GetDescription() { return "This runs stationlist-tests on some commands. On the same map the result should always be the same."; }
 
	function GetVersion()     { return 1; }
 
	function GetAPIVersion()  { return "14"; }
 
	function GetAPIVersion()  { return "15"; }
 
	function GetDate()        { return "2007-03-18"; }
 
	function CreateInstance() { return "StationList"; }
 
	function UseAsRandomAI()  { return false; }