mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-05-10 19:01:50 +00:00
Battle: each player is worth 3 points toward the point limit (previously 4)
This commit is contained in:
parent
45a9042650
commit
a0fb79370b
1 changed files with 1 additions and 1 deletions
|
|
@ -13432,7 +13432,7 @@ UINT32 K_PointLimitForGametype(void)
|
||||||
{
|
{
|
||||||
if (D_IsPlayerHumanAndGaming(i))
|
if (D_IsPlayerHumanAndGaming(i))
|
||||||
{
|
{
|
||||||
ptsCap += 4;
|
ptsCap += 3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue