Delete experimental code committed by accident

This commit is contained in:
James R 2024-03-24 18:09:01 -07:00
parent 1a61239d7f
commit 19de024e21
2 changed files with 0 additions and 11 deletions

View file

@ -369,10 +369,6 @@ static void F_InitCreditsSlide(void)
}
}
#endif
else if (slide->type == CRED_TYPE_KARTKREW)
{
}
// Clear the console hud just to avoid anything getting in the way.
CON_ClearHUD();
@ -1225,8 +1221,3 @@ void F_CreditDrawer(void)
star.y += FixedMul(star.vel_y, renderdeltatics);
}
}
boolean F_CreditsRunning(void)
{
return gamestate == GS_CREDITS || demo.attract == DEMO_ATTRACT_CREDITS;
}

View file

@ -38,8 +38,6 @@ void F_CreditTicker(void);
void F_CreditDrawer(void);
boolean F_CreditsRunning(void);
#ifdef __cplusplus
} // extern "C"
#endif