mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-30 03:32:58 +00:00
Sealed Star entry is now 365 GP points (lowered from 370)
This commit is contained in:
parent
f9490f7f77
commit
4b47979f3d
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ typedef enum
|
|||
GRADE_S
|
||||
} gp_rank_e;
|
||||
|
||||
#define SEALED_STAR_ENTRY (370*FRACUNIT/400)
|
||||
#define SEALED_STAR_ENTRY (365*FRACUNIT/400)
|
||||
|
||||
struct cupwindata_t
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue