mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2024-12-27 04:41:23 +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
26241d32ce
commit
aea453f6f2
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…
Reference in a new issue