summaryrefslogtreecommitdiff
path: root/src/station_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_gui.cpp')
-rw-r--r--src/station_gui.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/station_gui.cpp b/src/station_gui.cpp
index 4c0bf295c..11af2f55f 100644
--- a/src/station_gui.cpp
+++ b/src/station_gui.cpp
@@ -623,7 +623,6 @@ public:
virtual void OnGameTick()
{
- if (_pause_mode != PM_UNPAUSED) return;
if (this->stations.NeedResort()) {
DEBUG(misc, 3, "Periodic rebuild station list company %d", this->window_number);
this->SetDirty();