# HG changeset patch # User truebrain # Date 1204041819 0 # Node ID 053e53a1650ec5e771145d38658ba6e946d0d344 # Parent ee9923d46fbac60fbfecd83447c50a1216315081 (svn r12271) [NoAI] -Fix r12270: save before commit diff -r ee9923d46fba -r 053e53a1650e 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 +}