diff options
Diffstat (limited to 'water_map.h')
-rw-r--r-- | water_map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/water_map.h b/water_map.h index e449c104d..db3308cbf 100644 --- a/water_map.h +++ b/water_map.h @@ -139,4 +139,4 @@ static inline void MakeLock(TileIndex t, Owner o, DiagDirection d) MakeLockTile(t + delta, o, LOCK_UPPER + d); } -#endif +#endif /* WATER_MAP_H */ |