mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'level-title-disables-hud' into 'master'
Don't disable the hud if there isn't a level title See merge request KartKrew/Kart!376
This commit is contained in:
commit
03eb86eb2b
1 changed files with 2 additions and 0 deletions
|
|
@ -1309,9 +1309,11 @@ void G_PreLevelTitleCard(void)
|
|||
//
|
||||
boolean G_IsTitleCardAvailable(void)
|
||||
{
|
||||
#if 0
|
||||
// The current level has no name.
|
||||
if (!mapheaderinfo[gamemap-1]->lvlttl[0])
|
||||
return false;
|
||||
#endif
|
||||
|
||||
// The title card is available.
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue