From 82a1d0f2e459644d1385077aea42a4841b889329 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 3 Apr 2007 21:51:40 +0000 Subject: (svn r9554) -Documentation: add documentation to some map accessors. --- src/town_map.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/town_map.h') diff --git a/src/town_map.h b/src/town_map.h index cf20e9c9a..c6ffddd7b 100644 --- a/src/town_map.h +++ b/src/town_map.h @@ -127,7 +127,7 @@ static inline byte GetLiftPosition(TileIndex t) /** * Set the position of the lift on this animated house * @param t the tile - * @param pos, from 0 to 36 + * @param pos from 0 to 36 */ static inline void SetLiftPosition(TileIndex t, byte pos) { @@ -315,7 +315,8 @@ static inline byte GetHouseRandomBits(TileIndex t) /** * Set the activated triggers bits for this house. * This is required for newgrf house - * @param t the tile of this house + * @param t the tile of this house + * @param triggers the activated triggers * @pre IsTileType(t, MP_HOUSE) */ static inline void SetHouseTriggers(TileIndex t, byte triggers) -- cgit v1.2.3-70-g09d2