src/ai/api/ai_list.cpp
branchnoai
changeset 9580 53bf5a5dda46
parent 9579 632263c0cf5a
child 9581 398688c1a07a
--- a/src/ai/api/ai_list.cpp	Thu Apr 12 11:37:24 2007 +0000
+++ b/src/ai/api/ai_list.cpp	Thu Apr 12 12:11:46 2007 +0000
@@ -182,7 +182,7 @@
 AIList::AIList()
 {
 	/* Default sorter */
-	this->sorter = new AIListSorterValueAscending(this);
+	this->sorter = new AIListSorterValueDescending(this);
 }
 
 AIList::~AIList()