Fix x offset of Kart Krew Dev logo (resolves #1184)

This commit is contained in:
toaster 2024-03-20 12:11:41 +00:00
parent 1c971660a9
commit 10681e7d6f

View file

@ -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];