Forgot to change a line back after I finished testing something, oops

This commit is contained in:
TehRealSalt 2017-11-29 01:11:30 -05:00
parent addfde0f09
commit c3ca835284
1 changed files with 1 additions and 1 deletions

View File

@ -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();