diff --git a/src/f_finale.c b/src/f_finale.c index f089b4eada7728f54c6a85e3949ed9a1148fb652..318668b5956cf39569c5e44315888f7f9ffabe3d 100644 --- a/src/f_finale.c +++ b/src/f_finale.c @@ -720,7 +720,7 @@ static void F_IntroDrawScene(void) else background = W_CachePatchName("DARKEGG1", PU_CACHE); - V_DrawScaledPatch(0, 0, 0, background); + V_DrawSmallScaledPatch(0, 0, 0, background); } else if (timetonext > 3*TICRATE && timetonext < 4*TICRATE) { @@ -729,7 +729,7 @@ static void F_IntroDrawScene(void) else background = W_CachePatchName("DARKEGG2", PU_CACHE); - V_DrawScaledPatch(0, 0, 0, background); + V_DrawSmallScaledPatch(0, 0, 0, background); } else if (timetonext > 1*TICRATE && timetonext < 2*TICRATE) { @@ -738,7 +738,7 @@ static void F_IntroDrawScene(void) else background = W_CachePatchName("DARKEGG3", PU_CACHE); - V_DrawScaledPatch(0, 0, 0, background); + V_DrawSmallScaledPatch(0, 0, 0, background); } else {