mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
K_PointLimitForGametype: Battle, each player is worth 4 PTS, reduced from 5
This commit is contained in:
parent
9f3bee528a
commit
17da46eda5
1 changed files with 1 additions and 1 deletions
|
|
@ -12195,7 +12195,7 @@ UINT32 K_PointLimitForGametype(void)
|
||||||
{
|
{
|
||||||
if (D_IsPlayerHumanAndGaming(i))
|
if (D_IsPlayerHumanAndGaming(i))
|
||||||
{
|
{
|
||||||
ptsCap += 5;
|
ptsCap += 4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue