(svn r9249) [NoAI] -Fix: clean up custom defines when you are done with them noai
authortruelight
Fri, 16 Mar 2007 09:59:19 +0000
branchnoai
changeset 9438 c9a59f791321
parent 9437 28e0105114a4
child 9439 b0482f81af3c
(svn r9249) [NoAI] -Fix: clean up custom defines when you are done with them
src/ai/ai_squirrel.cpp
--- a/src/ai/ai_squirrel.cpp	Fri Mar 16 09:57:39 2007 +0000
+++ b/src/ai/ai_squirrel.cpp	Fri Mar 16 09:59:19 2007 +0000
@@ -27,6 +27,7 @@
 #include "api/ai_industry.hpp"
 #include "api/ai_map.hpp"
 #include "api/ai_town.hpp"
+#undef DEFINE_SQUIRREL_CLASS
 
 static FSquirrel iFSquirrel; ///< Tell the AI-core that we have an AI with which we like to play.