mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-11 13:10:45 +00:00
(svn r15368) -Fix: some typos in comments
This commit is contained in:
parent
cfc80a17d8
commit
6252c74584
@ -24,7 +24,8 @@ AIConfigItem _start_date_config = {
|
|||||||
AI::START_NEXT_HARD,
|
AI::START_NEXT_HARD,
|
||||||
AI::START_NEXT_DEVIATION,
|
AI::START_NEXT_DEVIATION,
|
||||||
30,
|
30,
|
||||||
AICONFIG_NONE
|
AICONFIG_NONE,
|
||||||
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
AIFileInfo::~AIFileInfo()
|
AIFileInfo::~AIFileInfo()
|
||||||
|
@ -313,9 +313,9 @@ public:
|
|||||||
* Filter the list.
|
* Filter the list.
|
||||||
*
|
*
|
||||||
* @param decide The function to decide about an item
|
* @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
|
* @return true if the list has been altered by filtering
|
||||||
* */
|
*/
|
||||||
bool Filter(FilterFunction *decide, const F *filter_data)
|
bool Filter(FilterFunction *decide, const F *filter_data)
|
||||||
{
|
{
|
||||||
/* Do not filter if the filter bit is not set */
|
/* Do not filter if the filter bit is not set */
|
||||||
@ -346,7 +346,7 @@ public:
|
|||||||
/**
|
/**
|
||||||
* Filter the data with the currently selected filter.
|
* 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
|
* @return true if the list has been altered by filtering
|
||||||
*/
|
*/
|
||||||
bool Filter(const F *filter_data)
|
bool Filter(const F *filter_data)
|
||||||
|
Loading…
Reference in New Issue
Block a user