Update vehicle window depot/refit button states at build and when paused

This commit is contained in:
Jonathan G Rennison
2019-02-06 18:08:49 +00:00
parent b11f1a233f
commit a983a94ee5

View File

@@ -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.