summaryrefslogtreecommitdiff
path: root/src/ai
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-03-15 12:19:58 +0000
committerfrosch <frosch@openttd.org>2015-03-15 12:19:58 +0000
commitbed0370ad1cb1b1744b335a5f1d23821dcfd2cd1 (patch)
treee6a140b66e5da770478c8a13b322a1840f8e42ee /src/ai
parent67242d22692db147325f010c125a16123e3eded0 (diff)
downloadopenttd-bed0370ad1cb1b1744b335a5f1d23821dcfd2cd1.tar.xz
(svn r27187) -Fix: Code style.
Diffstat (limited to 'src/ai')
-rw-r--r--src/ai/ai_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_gui.cpp b/src/ai/ai_gui.cpp
index 082123685..0c557d790 100644
--- a/src/ai/ai_gui.cpp
+++ b/src/ai/ai_gui.cpp
@@ -970,7 +970,7 @@ struct AIDebugWindow : public Window {
static const int top_offset; ///< Offset of the text at the top of the WID_AID_LOG_PANEL.
static const int bottom_offset; ///< Offset of the text at the bottom of the WID_AID_LOG_PANEL.
- static const unsigned int MAX_BREAK_STR_STRING_LENGTH = 256; ///< Maximum length of the break string.
+ static const uint MAX_BREAK_STR_STRING_LENGTH = 256; ///< Maximum length of the break string.
static CompanyID ai_debug_company; ///< The AI that is (was last) being debugged.
int redraw_timer; ///< Timer for redrawing the window, otherwise it'll happen every tick.