src/ai/api/ai_abstractlist.hpp
branchnoai
changeset 9752 bd87e54186f2
parent 9681 3997f1ce203a
child 9772 c1035f0ac732
--- a/src/ai/api/ai_abstractlist.hpp	Sun Feb 24 21:15:12 2008 +0000
+++ b/src/ai/api/ai_abstractlist.hpp	Sun Feb 24 22:05:07 2008 +0000
@@ -26,6 +26,7 @@
 	AIAbstractListSorter *sorter;
 	SorterType sorter_type;
 	bool sort_ascending;
+	bool initialized;
 
 public:
 	typedef std::set<int32> AIItemList;               ///< The list of items inside the bucket