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 (resolves #1184)
This commit is contained in:
parent
1c971660a9
commit
10681e7d6f
1 changed files with 1 additions and 1 deletions
|
|
@ -362,7 +362,7 @@ void F_StartIntro(void)
|
|||
//
|
||||
static void F_IntroDrawScene(void)
|
||||
{
|
||||
INT32 cx = 68*FRACUNIT, cy = 20*FRACUNIT;
|
||||
INT32 cx = 62*FRACUNIT, cy = 20*FRACUNIT;
|
||||
INT32 jitterx = 0, jittery = 0;
|
||||
INT32 bgxoffs = 0;
|
||||
patch_t *logoparts[5];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue