(svn r12271) [NoAI] -Fix r12270: save before commit noai
authortruebrain
Tue, 26 Feb 2008 16:03:39 +0000
branchnoai
changeset 9777 053e53a1650e
parent 9776 ee9923d46fba
child 9778 38560cd27070
(svn r12271) [NoAI] -Fix r12270: save before commit
src/ai/api/ai_industrylist.cpp
--- a/src/ai/api/ai_industrylist.cpp	Tue Feb 26 16:02:37 2008 +0000
+++ b/src/ai/api/ai_industrylist.cpp	Tue Feb 26 16:03:39 2008 +0000
@@ -33,4 +33,4 @@
 		for (byte j = 0; j < lengthof(indsp->produced_cargo); j++)
 			if (indsp->produced_cargo[j] == cargo_id) this->AddItem(i->index);
 	}
-}
\ No newline at end of file
+}