mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 10:51:42 +00:00
Merge branch 'push-yqvzzyozprux' into 'master'
Center the RR title on the credits See merge request kart-krew-dev/ring-racers-internal!2974
This commit is contained in:
commit
550d2b3e81
1 changed files with 1 additions and 1 deletions
|
|
@ -1076,7 +1076,7 @@ static void F_DrawCreditsTitleDrop(void)
|
||||||
const struct credits_slide_s *slide = &g_credits_slides[ g_credits.current_slide ];
|
const struct credits_slide_s *slide = &g_credits_slides[ g_credits.current_slide ];
|
||||||
|
|
||||||
V_DrawFixedPatch(
|
V_DrawFixedPatch(
|
||||||
0, -BASEVIDHEIGHT * (FRACUNIT / 2),
|
4 * FRACUNIT, -BASEVIDHEIGHT * (FRACUNIT / 2),
|
||||||
FRACUNIT, 0,
|
FRACUNIT, 0,
|
||||||
static_cast<patch_t *>(W_CachePatchName(
|
static_cast<patch_t *>(W_CachePatchName(
|
||||||
(M_UseAlternateTitleScreen() ? "KTSJUMPR1" : "KTSBUMPR1"),
|
(M_UseAlternateTitleScreen() ? "KTSJUMPR1" : "KTSBUMPR1"),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue