mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-27 04:21:47 +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…
Add table
Reference in a new issue