summaryrefslogtreecommitdiff
path: root/src/elrail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/elrail.cpp')
-rw-r--r--src/elrail.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/elrail.cpp b/src/elrail.cpp
index 701d17a26..8188fa15e 100644
--- a/src/elrail.cpp
+++ b/src/elrail.cpp
@@ -67,6 +67,11 @@
#include "table/elrail_data.h"
+/**
+ * Get the tile location group of a tile.
+ * @param t The tile to get the tile location group of.
+ * @return The tile location group.
+ */
static inline TLG GetTLG(TileIndex t)
{
return (TLG)((HasBit(TileX(t), 0) << 1) + HasBit(TileY(t), 0));