mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix x offset of Kart Krew Dev logo in credits, too
This commit is contained in:
parent
34ec886d34
commit
a8851e96dc
1 changed files with 2 additions and 2 deletions
|
|
@ -1125,7 +1125,7 @@ static void F_DrawCreditsKartKrew(void)
|
|||
);
|
||||
|
||||
V_DrawFixedPatch(
|
||||
116 * FRACUNIT, 70 * FRACUNIT,
|
||||
111 * FRACUNIT, 70 * FRACUNIT,
|
||||
FRACUNIT / 2, 0,
|
||||
static_cast<patch_t *>(W_CachePatchName(
|
||||
"KKLOGO_C",
|
||||
|
|
@ -1135,7 +1135,7 @@ static void F_DrawCreditsKartKrew(void)
|
|||
);
|
||||
|
||||
V_DrawFixedPatch(
|
||||
116 * FRACUNIT, 70 * FRACUNIT,
|
||||
111 * FRACUNIT, 70 * FRACUNIT,
|
||||
FRACUNIT / 2, 0,
|
||||
static_cast<patch_t *>(W_CachePatchName(
|
||||
"KKTEXT_C",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue