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