mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Add comment to Titlecard code for future changes if we add other bonusgames for GP
This commit is contained in:
parent
a7a2956b89
commit
6ed9ddc069
1 changed files with 1 additions and 1 deletions
|
|
@ -928,7 +928,7 @@ void ST_drawTitleCard(void)
|
||||||
else switch (grandprixinfo.eventmode)
|
else switch (grandprixinfo.eventmode)
|
||||||
{
|
{
|
||||||
case GPEVENT_BONUS:
|
case GPEVENT_BONUS:
|
||||||
roundico = tcroundbonus;
|
roundico = tcroundbonus; // TODO don't show capsule if we have other bonus types
|
||||||
break;
|
break;
|
||||||
/*case GPEVENT_SPECIAL:
|
/*case GPEVENT_SPECIAL:
|
||||||
; // TODO: Emerald/mount
|
; // TODO: Emerald/mount
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue