diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index 1cc024915c..199c4e4ecf 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -3579,6 +3579,11 @@ public: } } + virtual void OnRealtimeTick(uint delta_ms) + { + if (_pause_mode != PM_UNPAUSED) this->OnGameTick(); + } + /** * Some data on this window has become invalid. * @param data Information about the changed data.