Changeset - r14932:86cf482b8249
[Not reviewed]
master
0 1 0
yexo - 14 years ago 2010-04-02 17:43:25
yexo@openttd.org
(svn r19545) -Fix (r19544): typo
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/ai/ai_gui.cpp
Show inline comments
 
@@ -704,7 +704,7 @@ struct AIDebugWindow : public QueryStrin
 
	bool autoscroll;
 
	static bool break_check_enabled;                       ///< Stop an AI when it prints a matching string
 
	static char break_string[MAX_BREAK_STR_STRING_LENGTH]; ///< The string to match to the AI output
 
	static bool case_sensitive_break_check;                ///< Is the matchding done case-sensitive
 
	static bool case_sensitive_break_check;                ///< Is the matching done case-sensitive
 
	int highlight_row;                                     ///< The output row that matches the given string, or -1
 

	
 
	AIDebugWindow(const WindowDesc *desc, WindowNumber number) : QueryStringBaseWindow(MAX_BREAK_STR_STRING_LENGTH)
0 comments (0 inline, 0 general)