mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-03 18:01:25 +00:00
Spawn Duel items in GP Bonus
This commit is contained in:
parent
a221cb467e
commit
b2349ed6bf
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ void K_TimerInit(void)
|
|||
timelimitintics = K_TimeLimitForGametype();
|
||||
g_pointlimit = K_PointLimitForGametype();
|
||||
|
||||
if (inDuel == true)
|
||||
if (inDuel == true || (grandprixinfo.gp && grandprixinfo.eventmode == GPEVENT_BONUS))
|
||||
{
|
||||
K_SpawnDuelOnlyItems();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue