mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-03-22 02:41:56 +00:00
Forgot to change a line back after I finished testing something, oops
This commit is contained in:
parent
addfde0f09
commit
c3ca835284
1 changed files with 1 additions and 1 deletions
|
@ -4749,7 +4749,7 @@ static void K_drawKartPlayerCheck(void)
|
|||
|
||||
static void K_drawBattleFullscreen(void)
|
||||
{
|
||||
INT32 y = -64+(stplyr->kartstuff[k_cardanimation]); // card animation goes from 0 to 164, 164 is the middle of the screen
|
||||
INT32 y = STRINGY(-64+(stplyr->kartstuff[k_cardanimation])); // card animation goes from 0 to 164, 164 is the middle of the screen
|
||||
|
||||
if (!splitscreen)
|
||||
V_DrawFadeScreen();
|
||||
|
|
Loading…
Reference in a new issue