Changeset - r11028:15e1c6b9e441
[Not reviewed]
master
0 2 0
rubidium - 16 years ago 2009-02-06 10:31:05
rubidium@openttd.org
(svn r15368) -Fix: some typos in comments
2 files changed with 5 insertions and 4 deletions:
0 comments (0 inline, 0 general)
src/ai/ai_info.cpp
Show inline comments
 
@@ -24,7 +24,8 @@ AIConfigItem _start_date_config = {
 
	AI::START_NEXT_HARD,
 
	AI::START_NEXT_DEVIATION,
 
	30,
 
	AICONFIG_NONE
 
	AICONFIG_NONE,
 
	NULL
 
};
 

	
 
AIFileInfo::~AIFileInfo()
src/sortlist_type.h
Show inline comments
 
@@ -313,9 +313,9 @@ public:
 
	 * Filter the list.
 
	 *
 
	 * @param decide The function to decide about an item
 
	 * @param filter_data The data for filter on
 
	 * @param filter_data Additional data passed to the filter function
 
	 * @return true if the list has been altered by filtering
 
	 * */
 
	 */
 
	bool Filter(FilterFunction *decide, const F *filter_data)
 
	{
 
		/* Do not filter if the filter bit is not set */
 
@@ -346,7 +346,7 @@ public:
 
	/**
 
	 * Filter the data with the currently selected filter.
 
	 *
 
	 * @param filter_data The data for filer on
 
	 * @param filter_data Additional data passed to the filter function.
 
	 * @return true if the list has been altered by filtering
 
	 */
 
	bool Filter(const F *filter_data)
0 comments (0 inline, 0 general)