mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-26 07:21:48 +00:00
Delete experimental code committed by accident
This commit is contained in:
parent
1a61239d7f
commit
19de024e21
2 changed files with 0 additions and 11 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -38,8 +38,6 @@ void F_CreditTicker(void);
|
|||
|
||||
void F_CreditDrawer(void);
|
||||
|
||||
boolean F_CreditsRunning(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue