summaryrefslogtreecommitdiff
path: root/src/ai/ai_info.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/ai_info.hpp')
-rw-r--r--src/ai/ai_info.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/ai_info.hpp b/src/ai/ai_info.hpp
index d50b89584..205e89b38 100644
--- a/src/ai/ai_info.hpp
+++ b/src/ai/ai_info.hpp
@@ -74,7 +74,7 @@ public:
/**
* Check if we can start this AI.
*/
- bool AllowStartup();
+ bool CanLoadFromVersion(int version);
/**
* Get the name of the dir this AI is in.