mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 12:33:17 +01:00
Changed place on WC_MUSIC_CREDITS and WC_PUBLISHER_CREDITS.
This commit is contained in:
@@ -330,8 +330,8 @@ enum {
|
||||
WC_TOOLTIP = 5,
|
||||
WC_DROPDOWN = 6,
|
||||
WC_ABOUT = 8,
|
||||
WC_MUSIC_CREDITS = 9,
|
||||
WC_PUBLISHER_CREDITS = 10,
|
||||
WC_PUBLISHER_CREDITS = 9,
|
||||
WC_MUSIC_CREDITS = 10,
|
||||
WC_ERROR = 11,
|
||||
WC_RIDE = 12,
|
||||
WC_RIDE_CONSTRUCTION = 13,
|
||||
|
||||
@@ -86,7 +86,7 @@ void window_music_credits_open()
|
||||
rct_window* window;
|
||||
|
||||
// Check if window is already open
|
||||
window = window_bring_to_front_by_id(WC_PUBLISHER_CREDITS, 0);
|
||||
window = window_bring_to_front_by_id(WC_MUSIC_CREDITS, 0);
|
||||
if (window != NULL)
|
||||
return;
|
||||
|
||||
@@ -96,7 +96,7 @@ void window_music_credits_open()
|
||||
510,
|
||||
314,
|
||||
(uint32*)window_music_credits_events,
|
||||
WC_PUBLISHER_CREDITS,
|
||||
WC_MUSIC_CREDITS,
|
||||
0
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user