equal
deleted
inserted
replaced
25 * you can control that number here. |
25 * you can control that number here. |
26 * @param ticks the minimum amount of ticks to wait. |
26 * @param ticks the minimum amount of ticks to wait. |
27 * @pre ticks should be positive. Too big values will influence performance of the AI. |
27 * @pre ticks should be positive. Too big values will influence performance of the AI. |
28 * @note If the number is lower then the MP setting, the MP setting wins. |
28 * @note If the number is lower then the MP setting, the MP setting wins. |
29 */ |
29 */ |
30 void SetCommandDelay(uint ticks); |
30 static void SetCommandDelay(uint ticks); |
31 }; |
31 }; |
32 |
32 |
33 #endif /* AI_SETTINGS_HPP */ |
33 #endif /* AI_SETTINGS_HPP */ |