(svn r10676) [NoAI] -Fix: don't send DC_NO_WATER by default, it kills building docks and buoys and stuff.. just be careful now not do try anything on the water, it won't any longer fail ;)
--- a/src/ai/api/ai_object.cpp Tue Jul 24 18:42:25 2007 +0000
+++ b/src/ai/api/ai_object.cpp Tue Jul 24 20:29:45 2007 +0000
@@ -109,7 +109,6 @@
CommandCost res;
const char* tmp_cmdtext;
- flags |= DC_NO_WATER;
if (procc != CMD_LANDSCAPE_CLEAR) flags |= DC_AUTO;
/* The test already resets _cmd_text, so backup the pointer */