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

pull/78/head
Jonathan G Rennison 5 years ago
parent b11f1a233f
commit a983a94ee5

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

Loading…
Cancel
Save