mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'highresscale-continue' into 'master'
Apply skin's highresscale to continue screen See merge request STJr/SRB2!645
This commit is contained in:
commit
0f79370188
1 changed files with 1 additions and 1 deletions
|
|
@ -3790,7 +3790,7 @@ void F_ContinueDrawer(void)
|
||||||
sprdef = &contskins[n]->sprites[cont_spr2[n][0]];\
|
sprdef = &contskins[n]->sprites[cont_spr2[n][0]];\
|
||||||
sprframe = &sprdef->spriteframes[cont_spr2[n][1]];\
|
sprframe = &sprdef->spriteframes[cont_spr2[n][1]];\
|
||||||
patch = W_CachePatchNum(sprframe->lumppat[cont_spr2[n][2]], PU_PATCH);\
|
patch = W_CachePatchNum(sprframe->lumppat[cont_spr2[n][2]], PU_PATCH);\
|
||||||
V_DrawFixedPatch((dx), (dy), FRACUNIT, (sprframe->flip & (1<<cont_spr2[n][2])) ? V_FLIP : 0, patch, contcolormaps[n]);\
|
V_DrawFixedPatch((dx), (dy), contskins[n]->highresscale, (sprframe->flip & (1<<cont_spr2[n][2])) ? V_FLIP : 0, patch, contcolormaps[n]);\
|
||||||
}
|
}
|
||||||
|
|
||||||
if (offsy < 0)
|
if (offsy < 0)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue