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