summaryrefslogtreecommitdiff
path: root/src/script
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2020-12-25 17:03:31 +0100
committerGitHub <noreply@github.com>2020-12-25 17:03:31 +0100
commit8c0e4ab07fdd01c0fe7eba9e74214289195cd238 (patch)
tree7c66019a78bb9265d735c2407a9c4014ed1f5479 /src/script
parent7b515fa0e287e45aee8281f44ea357498b22020f (diff)
downloadopenttd-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/script')
-rw-r--r--src/script/api/script_controller.hpp1
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),