Changeset - r23891:1884d69e335f
[Not reviewed]
master
0 1 0
James103 - 5 years ago 2019-10-27 19:46:08
37945304+James103@users.noreply.github.com
Fix: spelling/grammar in script_tile.hpp (#7804)
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/script/api/script_tile.hpp
Show inline comments
 
@@ -37,13 +37,13 @@ public:
 
		/** Tile can't be lowered any lower */
 
		ERR_TILE_TOO_LOW,                      // [STR_ERROR_ALREADY_AT_SEA_LEVEL]
 

	
 
		/** The area was already flat */
 
		ERR_AREA_ALREADY_FLAT,                 // [STR_ERROR_ALREADY_LEVELLED]
 

	
 
		/** There is a tunnel underneed */
 
		/** There is a tunnel underneath */
 
		ERR_EXCAVATION_WOULD_DAMAGE,           // [STR_ERROR_EXCAVATION_WOULD_DAMAGE]
 
	};
 

	
 
	/**
 
	 * Enumeration for corners of tiles.
 
	 */
 
@@ -348,13 +348,13 @@ public:
 
	 * @param radius The radius of the station.
 
	 * @pre ScriptMap::IsValidTile(tile).
 
	 * @pre ScriptCargo::IsValidCargo(cargo_type)
 
	 * @pre width > 0.
 
	 * @pre height > 0.
 
	 * @pre radius >= 0.
 
	 * @return Value below 8 means no acceptance; the more the better.
 
	 * @return Values below 8 mean no acceptance; the more the better.
 
	 */
 
	static int32 GetCargoAcceptance(TileIndex tile, CargoID cargo_type, int width, int height, int radius);
 

	
 
	/**
 
	 * Checks how many producers in the radius produces this cargo.
 
	 *  It creates a radius around the tile, and counts all producer of this cargo.
0 comments (0 inline, 0 general)