bin/ai/regression/regression.nut
branchnoai
changeset 9710 ba44f8c1fd52
parent 9709 196a08fbfeb6
child 9711 c8b427215c9d
--- a/bin/ai/regression/regression.nut	Wed Oct 17 23:45:22 2007 +0000
+++ b/bin/ai/regression/regression.nut	Fri Oct 19 09:36:27 2007 +0000
@@ -233,6 +233,11 @@
 	for (local i = list.Begin(); list.HasNext(); i = list.Next()) {
 		print("    " + i + " => " + list.GetValue(i));
 	}
+	list.Valuate(AIIndustryListCargoAccepted(1));
+	print("  CargoAccepted(1) ListDump:");
+	for (local i = list.Begin(); list.HasNext(); i = list.Next()) {
+		print("    " + i + " => " + list.GetValue(i));
+	}
 	list.Valuate(AIIndustryListProduction(1));
 	list.KeepAboveValue(50);
 	print("  KeepAboveValue(50): done");