summaryrefslogtreecommitdiff
path: root/src/town_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/town_map.h')
-rw-r--r--src/town_map.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/town_map.h b/src/town_map.h
index 71c6dbaa6..20d0f9950 100644
--- a/src/town_map.h
+++ b/src/town_map.h
@@ -88,7 +88,7 @@ static inline bool LiftHasDestination(TileIndex t)
*/
static inline void SetLiftDestination(TileIndex t, byte dest)
{
- SETBIT(_me[t].m7, 0);
+ SetBit(_me[t].m7, 0);
SB(_me[t].m7, 1, 3, dest);
}