Forgot to trim whitespace

This commit is contained in:
Latapostrophe 2019-01-12 12:28:15 +01:00
parent 59c85425e2
commit 7e13cbd8ec

View file

@ -8336,7 +8336,7 @@ void K_drawKartHUD(void)
#endif #endif
K_drawKartWanted(); K_drawKartWanted();
} }
if (cv_kartminimap.value && !titledemo) if (cv_kartminimap.value && !titledemo)
{ {
#ifdef HAVE_BLUA #ifdef HAVE_BLUA