mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-07 22:26:28 +00:00
Set stats to what we want them to be for R2 anyway
(Eggman's will need updating in the wad)
This commit is contained in:
parent
bac297b658
commit
5c5894202b
1 changed files with 2 additions and 2 deletions
|
|
@ -2592,8 +2592,8 @@ void R_InitSkins(void)
|
|||
skin->actionspd = 60<<FRACBITS;
|
||||
|
||||
// SRB2kart
|
||||
skin->kartspeed = 7;
|
||||
skin->kartweight = 3;
|
||||
skin->kartspeed = 8;
|
||||
skin->kartweight = 2;
|
||||
//
|
||||
|
||||
skin->normalspeed = 36<<FRACBITS;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue