mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-18 04:23:20 +01:00
Corrected about window's credits.
Switched the callproc values in the credits to open the proper music/publisher credits.
This commit is contained in:
@@ -125,10 +125,10 @@ static void window_about_mouseup()
|
||||
window_close(w);
|
||||
break;
|
||||
case WIDX_MUSIC_CREDITS:
|
||||
RCT2_CALLPROC_EBPSAFE(0x0066D4EC);
|
||||
RCT2_CALLPROC_EBPSAFE(0x0066D55B);
|
||||
break;
|
||||
case WIDX_PUBLISHER_CREDITS:
|
||||
RCT2_CALLPROC_EBPSAFE(0x0066D55B);
|
||||
RCT2_CALLPROC_EBPSAFE(0x0066D4EC);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@@ -193,4 +193,4 @@ static void window_about_paint()
|
||||
|
||||
// Licence
|
||||
gfx_draw_string_left(dpi, STR_LICENSED_TO_INFOGRAMES_INTERACTIVE_INC, 0, 0, w->x + 157, w->y + 257);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user