diff options
-rw-r--r-- | src/ai/ai_config.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ai/ai_config.cpp b/src/ai/ai_config.cpp index 8333fcf40..2595bdf58 100644 --- a/src/ai/ai_config.cpp +++ b/src/ai/ai_config.cpp @@ -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() |