diff options
author | rubidium <rubidium@openttd.org> | 2011-12-15 18:36:29 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2011-12-15 18:36:29 +0000 |
commit | bb564bc34dd5db62d994eac10f88a81979a0f89c (patch) | |
tree | 15eec2dec8472730d3d2f630e403dbe1fdfeac6b /src/script | |
parent | 1eb17c830718ba352c9cf09380dbdc49f797a734 (diff) | |
download | openttd-bb564bc34dd5db62d994eac10f88a81979a0f89c.tar.xz |
(svn r23520) -Fix-ish: wrong @param name causing missing documentation
Diffstat (limited to 'src/script')
-rw-r--r-- | src/script/api/script_engine.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/script/api/script_engine.hpp b/src/script/api/script_engine.hpp index d9e8419fa..526d49027 100644 --- a/src/script/api/script_engine.hpp +++ b/src/script/api/script_engine.hpp @@ -253,7 +253,7 @@ public: /** * Get the maximum allowed distance between two orders for an engine. - * @param vehicle_id The engine to get the max distance for. + * @param engine_id The engine to get the max distance for. * @pre IsValidEngine(engine_id). * @return The maximum distance between two orders for the engine * or 0 if the distance is unlimited. |