summaryrefslogtreecommitdiff
path: root/src/tile_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile_map.h')
-rw-r--r--src/tile_map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tile_map.h b/src/tile_map.h
index 8dc4757ba..2c5cfffbf 100644
--- a/src/tile_map.h
+++ b/src/tile_map.h
@@ -105,8 +105,8 @@ static inline void SetTileType(TileIndex tile, TileType type)
* This function checks if a tile got the given tiletype.
*
* @param tile The tile to check
- * @param type The type to check agains
- * @return true If the type matches agains the type of the tile
+ * @param type The type to check against
+ * @return true If the type matches against the type of the tile
*/
static inline bool IsTileType(TileIndex tile, TileType type)
{
@@ -169,7 +169,7 @@ static inline void SetTileOwner(TileIndex tile, Owner owner)
* Checks if a tile belongs to the given owner
*
* @param tile The tile to check
- * @param owner The owner to check agains
+ * @param owner The owner to check against
* @return True if a tile belongs the the given owner
*/
static inline bool IsTileOwner(TileIndex tile, Owner owner)