summaryrefslogtreecommitdiff
path: root/src/script/api/script_bridgelist.hpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2011-12-15 18:40:15 +0000
committerrubidium <rubidium@openttd.org>2011-12-15 18:40:15 +0000
commit18d929aa21f42f292fd249e6d5feb6bf71ba93ae (patch)
tree5a26d0c7d569a26381b3b3afa83afeac3e315763 /src/script/api/script_bridgelist.hpp
parentbb564bc34dd5db62d994eac10f88a81979a0f89c (diff)
downloadopenttd-18d929aa21f42f292fd249e6d5feb6bf71ba93ae.tar.xz
(svn r23521) -Codechange: use the actual enum values from the 'core' in the API when they refer to the in-game values in the cases where that is possible and sensible
Diffstat (limited to 'src/script/api/script_bridgelist.hpp')
-rw-r--r--src/script/api/script_bridgelist.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/script/api/script_bridgelist.hpp b/src/script/api/script_bridgelist.hpp
index 486974640..596213b12 100644
--- a/src/script/api/script_bridgelist.hpp
+++ b/src/script/api/script_bridgelist.hpp
@@ -15,7 +15,7 @@
#include "script_list.hpp"
/**
- * Create a list of bridges.
+ * Create a list of bridges types.
* @api ai
* @ingroup ScriptList
*/
@@ -25,7 +25,7 @@ public:
};
/**
- * Create a list of bridges that can be built on a specific length.
+ * Create a list of bridges types that can be built on a specific length.
* @api ai
* @ingroup ScriptList
*/