Changeset - r10849:8e532db71075
[Not reviewed]
master
0 1 0
glx - 16 years ago 2009-01-21 00:18:30
glx@openttd.org
(svn r15184) -Cleanup: remove extra spaces
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/ai/ai_config.cpp
Show inline comments
 
@@ -71,8 +71,8 @@ AIInfo *AIConfig::GetInfo()
 

	
 
bool AIConfig::ResetInfo()
 
{
 
	 this->info = AI::FindInfo(this->name, -1);
 
	 return this->info != NULL;
 
	this->info = AI::FindInfo(this->name, -1);
 
	return this->info != NULL;
 
}
 

	
 
const AIConfigItemList *AIConfig::GetConfigList()
0 comments (0 inline, 0 general)