equal
deleted
inserted
replaced
29 static bool ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs); |
29 static bool ModeProc(TileIndex tile, uint32 p1, uint32 p2, uint procc, CommandCost costs); |
30 |
30 |
31 public: |
31 public: |
32 /** |
32 /** |
33 * Creating instance of this class switches the build mode to Execute. |
33 * Creating instance of this class switches the build mode to Execute. |
34 * @note when the instance is destroyed, he restores the mode that was |
34 * @note When the instance is destroyed, he restores the mode that was |
35 * current when the instance was created! |
35 * current when the instance was created! |
36 */ |
36 */ |
37 AIExecMode(); |
37 AIExecMode(); |
38 |
38 |
39 /** |
39 /** |