mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix gp results screen to new target
I should make a define for this, where do I put it?
This commit is contained in:
parent
d7d0507d45
commit
b88453f995
1 changed files with 1 additions and 1 deletions
|
|
@ -512,7 +512,7 @@ void gpRank_t::Update(void)
|
|||
|
||||
lvl->time = UINT32_MAX;
|
||||
|
||||
lvl->totalLapPoints = 500;
|
||||
lvl->totalLapPoints = 100;
|
||||
lvl->totalPrisons = maptargets;
|
||||
|
||||
UINT8 i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue