mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 20:41:46 +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
|
#endif
|
||||||
else if (slide->type == CRED_TYPE_KARTKREW)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
// Clear the console hud just to avoid anything getting in the way.
|
// Clear the console hud just to avoid anything getting in the way.
|
||||||
CON_ClearHUD();
|
CON_ClearHUD();
|
||||||
|
|
@ -1225,8 +1221,3 @@ void F_CreditDrawer(void)
|
||||||
star.y += FixedMul(star.vel_y, renderdeltatics);
|
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);
|
void F_CreditDrawer(void);
|
||||||
|
|
||||||
boolean F_CreditsRunning(void);
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} // extern "C"
|
} // extern "C"
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue