mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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();
|
timelimitintics = K_TimeLimitForGametype();
|
||||||
g_pointlimit = K_PointLimitForGametype();
|
g_pointlimit = K_PointLimitForGametype();
|
||||||
|
|
||||||
if (inDuel == true)
|
if (inDuel == true || (grandprixinfo.gp && grandprixinfo.eventmode == GPEVENT_BONUS))
|
||||||
{
|
{
|
||||||
K_SpawnDuelOnlyItems();
|
K_SpawnDuelOnlyItems();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue