summaryrefslogtreecommitdiff
path: root/src/station.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.cpp')
-rw-r--r--src/station.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station.cpp b/src/station.cpp
index 4eb56a776..e25d61252 100644
--- a/src/station.cpp
+++ b/src/station.cpp
@@ -476,7 +476,7 @@ void RoadStop::AllocateDriveThroughBay(uint nr)
void RoadStop::FreeBay(uint nr)
{
assert(nr < MAX_BAY_COUNT);
- SETBIT(status, nr);
+ SetBit(status, nr);
}