From c3ca8352840e7d0f2459b750268fd4bbc2466243 Mon Sep 17 00:00:00 2001 From: TehRealSalt Date: Wed, 29 Nov 2017 01:11:30 -0500 Subject: [PATCH] Forgot to change a line back after I finished testing something, oops --- src/k_kart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_kart.c b/src/k_kart.c index ed440327..2bc76da5 100644 --- a/src/k_kart.c +++ b/src/k_kart.c @@ -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();