equal
deleted
inserted
replaced
39 |
39 |
40 protected: |
40 protected: |
41 /** |
41 /** |
42 * Executes a raw DoCommand for the AI. |
42 * Executes a raw DoCommand for the AI. |
43 */ |
43 */ |
44 static bool DoCommand(TileIndex tile, uint32 p1, uint32 p2, uint procc); |
44 static bool DoCommand(TileIndex tile, uint32 p1, uint32 p2, uint procc, bool water_protection = true); |
45 |
45 |
46 /** |
46 /** |
47 * Sets the DoCommand costs counter to a value. |
47 * Sets the DoCommand costs counter to a value. |
48 */ |
48 */ |
49 static void SetDoCommandCosts(Money value); |
49 static void SetDoCommandCosts(Money value); |