mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't give 1 pwrlv for free play
This commit is contained in:
parent
6259c30a2e
commit
e22ed7fd1c
1 changed files with 1 additions and 1 deletions
|
|
@ -368,7 +368,7 @@ INT16 K_FinalPowerIncrement(player_t *player, INT16 yourPower, INT16 baseInc)
|
|||
|
||||
if (inc <= 0)
|
||||
{
|
||||
if (player->position == 1)
|
||||
if (player->position == 1 && numPlayers > 1)
|
||||
{
|
||||
// Won the whole match?
|
||||
// Get at least one point.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue