Corrected about window's credits.

Switched the callproc values in the credits to open the proper music/publisher credits.
This commit is contained in:
wolfreak99 2014-08-30 00:17:01 -04:00
parent 9357b48869
commit 24331b781d
1 changed files with 3 additions and 3 deletions

View File

@ -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);
}
}