summaryrefslogtreecommitdiff
path: root/src/roadstop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/roadstop.cpp')
-rw-r--r--src/roadstop.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/roadstop.cpp b/src/roadstop.cpp
index ac7ece2ad..969c1d21d 100644
--- a/src/roadstop.cpp
+++ b/src/roadstop.cpp
@@ -18,9 +18,10 @@
RoadStopPool _roadstop_pool("RoadStop");
INSTANTIATE_POOL_METHODS(RoadStop)
-/** De-Initializes a RoadStops. This includes clearing all slots that vehicles might
- * have and unlinks it from the linked list of road stops at the given station
- */
+/**
+ * De-Initializes RoadStops. This includes clearing all slots that vehicles might
+ * have and unlinks it from the linked list of road stops at the given station
+ */
RoadStop::~RoadStop()
{
if (CleaningPool()) return;