diff -r 0839682a601b -r ea94d60d13e7 src/ai/api/ai_settings.hpp --- a/src/ai/api/ai_settings.hpp Mon Mar 31 08:42:20 2008 +0000 +++ b/src/ai/api/ai_settings.hpp Mon Mar 31 08:45:05 2008 +0000 @@ -20,8 +20,8 @@ * what ever delay the server has been programmed to delay commands * (normally between 1 and 5). To give a more 'real' effect to your AI, * you can control that number here. - * @param ticks the minimum amount of ticks to wait. - * @pre ticks should be positive. Too big values will influence performance of the AI. + * @param ticks The minimum amount of ticks to wait. + * @pre Ticks should be positive. Too big values will influence performance of the AI. * @note If the number is lower then the MP setting, the MP setting wins. */ static void SetCommandDelay(uint ticks);