mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Battle: base PWR level on correct score value
This commit is contained in:
parent
9c7e8b8be3
commit
bb2affc484
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ INT16 K_PowerLevelPlacementScore(player_t *player)
|
|||
}
|
||||
else
|
||||
{
|
||||
return player->score;
|
||||
return player->roundscore;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue