mirror of
https://github.com/nzp-team/quakespasm.git
synced 2024-11-10 06:32:03 +00:00
NX/VITA: Fix call to Draw_AlphaStretchPic
This commit is contained in:
parent
0f58bd2cec
commit
ad9d215d3d
1 changed files with 2 additions and 2 deletions
|
@ -524,9 +524,9 @@ void HUD_Points (void)
|
|||
|
||||
|
||||
#ifdef VITA
|
||||
Draw_StretchPic(x_position, 407 - (35 * i), 128, 32, 255, moneyback);
|
||||
Draw_AlphaStretchPic(x_position, 407 - (35 * i), 128, 32, 255, moneyback);
|
||||
#else
|
||||
Draw_StretchPic(x_position, 629 - (24 * i), 86, 21, 255, moneyback);
|
||||
Draw_AlphaStretchPic(x_position, 629 - (24 * i), 86, 21, 255, moneyback);
|
||||
#endif // VITA
|
||||
|
||||
#ifdef VITA
|
||||
|
|
Loading…
Reference in a new issue