mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-30 13:00:54 +00:00
Fix red shell speed for the lower friction
This commit is contained in:
parent
e13d061e39
commit
1431b5cb5d
1 changed files with 1 additions and 1 deletions
|
@ -14695,7 +14695,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
||||||
S_DEADRED, // deathstate
|
S_DEADRED, // deathstate
|
||||||
S_NULL, // xdeathstate
|
S_NULL, // xdeathstate
|
||||||
sfx_shbrk, // deathsound
|
sfx_shbrk, // deathsound
|
||||||
7*FRACUNIT, // speed
|
(14*FRACUNIT)/5,// speed
|
||||||
16*FRACUNIT, // radius
|
16*FRACUNIT, // radius
|
||||||
32*FRACUNIT, // height
|
32*FRACUNIT, // height
|
||||||
0, // display offset
|
0, // display offset
|
||||||
|
|
Loading…
Reference in a new issue