Index: script_tilelist.hpp
===================================================================
--- script_tilelist.hpp (revision 27284)
+++ script_tilelist.hpp (working copy)
@@ -65,7 +65,7 @@
public:
/**
* @param industry_id The industry to create the ScriptTileList around.
- * @param radius The radius of the station you will be using.
+ * @param radius The coverage radius of the station type you will be using.
* @pre ScriptIndustry::IsValidIndustry(industry_id).
* @pre radius > 0.
*/
@@ -82,7 +82,7 @@
public:
/**
* @param industry_id The industry to create the ScriptTileList around.
- * @param radius The radius of the station you will be using.
+ * @param radius The coverage radius of the station type you will be using.
* @pre ScriptIndustry::IsValidIndustry(industry_id).
* @pre radius > 0.
*/