mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-12 10:32:26 +01:00
Prevent animation invalidation when paused
This commit is contained in:
@@ -169,10 +169,6 @@ namespace OpenRCT2
|
|||||||
// Keep updating the money effect even when paused.
|
// Keep updating the money effect even when paused.
|
||||||
UpdateMoneyEffect();
|
UpdateMoneyEffect();
|
||||||
|
|
||||||
// Update the animation list. Note this does not
|
|
||||||
// increment the map animation.
|
|
||||||
MapAnimationInvalidateAll();
|
|
||||||
|
|
||||||
// Post-tick network update
|
// Post-tick network update
|
||||||
NetworkProcessPending();
|
NetworkProcessPending();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user