Loading

Paste #picxbfxyv

  1. Index: script_tilelist.hpp
  2. ===================================================================
  3. --- script_tilelist.hpp (revision 27284)
  4. +++ script_tilelist.hpp (working copy)
  5. @@ -65,7 +65,7 @@
  6.  public:
  7.         /**
  8.          * @param industry_id The industry to create the ScriptTileList around.
  9. -        * @param radius The radius of the station you will be using.
  10. +        * @param radius The coverage radius of the station type you will be using.
  11.          * @pre ScriptIndustry::IsValidIndustry(industry_id).
  12.          * @pre radius > 0.
  13.          */
  14. @@ -82,7 +82,7 @@
  15.  public:
  16.         /**
  17.          * @param industry_id The industry to create the ScriptTileList around.
  18. -        * @param radius The radius of the station you will be using.
  19. +        * @param radius The coverage radius of the station type you will be using.
  20.          * @pre ScriptIndustry::IsValidIndustry(industry_id).
  21.          * @pre radius > 0.
  22.          */

Comments