1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 01:04:50 +01:00

Rename g_music_tracking_viewport to gMusicTrackingViewport

This commit is contained in:
Gymnasiast
2025-09-16 00:11:31 +02:00
parent b6e09bbc7e
commit 28fbe83a27
6 changed files with 22 additions and 22 deletions

View File

@@ -1151,7 +1151,7 @@ void PeepUpdateCrowdNoise()
if (gLegacyScene == LegacyScene::scenarioEditor)
return;
auto viewport = g_music_tracking_viewport;
auto viewport = gMusicTrackingViewport;
if (viewport == nullptr)
return;