diff options
author | Patric Stout <truebrain@openttd.org> | 2020-12-25 17:03:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-25 17:03:31 +0100 |
commit | 8c0e4ab07fdd01c0fe7eba9e74214289195cd238 (patch) | |
tree | 7c66019a78bb9265d735c2407a9c4014ed1f5479 /src | |
parent | 7b515fa0e287e45aee8281f44ea357498b22020f (diff) | |
download | openttd-8c0e4ab07fdd01c0fe7eba9e74214289195cd238.tar.xz |
Doc: for over 10 years now, we do not load the exact AI version first (#8431)
See commit fae34ee7 for details. The documentation simply never
got updated.
Diffstat (limited to 'src')
-rw-r--r-- | src/script/api/script_controller.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/script/api/script_controller.hpp b/src/script/api/script_controller.hpp index 79cb65a74..c6b07232d 100644 --- a/src/script/api/script_controller.hpp +++ b/src/script/api/script_controller.hpp @@ -23,7 +23,6 @@ * script that matches to the specified version as close as possible. It tries * (from first to last, stopping as soon as the attempt succeeds) * - * - load the exact same version of the same script, * - load the latest version of the same script that supports loading data from * the saved version (the version of saved data must be equal or greater * than ScriptInfo::MinVersionToLoad), |