diff -r e72987579514 -r 708f1e3cc4c4 src/ai/api/ai_object.hpp --- a/src/ai/api/ai_object.hpp Fri Aug 03 22:09:42 2007 +0000 +++ b/src/ai/api/ai_object.hpp Sun Aug 19 13:01:41 2007 +0000 @@ -41,7 +41,7 @@ /** * Executes a raw DoCommand for the AI. */ - static bool DoCommand(TileIndex tile, uint32 p1, uint32 p2, uint procc); + static bool DoCommand(TileIndex tile, uint32 p1, uint32 p2, uint procc, bool water_protection = true); /** * Sets the DoCommand costs counter to a value.