mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-23 03:12:38 +00:00
Changed cacti widths
This commit is contained in:
parent
5ac594abf5
commit
3d65ec7426
1 changed files with 2 additions and 2 deletions
|
@ -11230,7 +11230,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
S_NULL, // xdeathstate
|
||||
sfx_None, // deathsound
|
||||
0, // speed
|
||||
40*FRACUNIT, // radius
|
||||
32*FRACUNIT, // radius
|
||||
128*FRACUNIT, // height
|
||||
0, // display offset
|
||||
100, // mass
|
||||
|
@ -11257,7 +11257,7 @@ mobjinfo_t mobjinfo[NUMMOBJTYPES] =
|
|||
S_NULL, // xdeathstate
|
||||
sfx_None, // deathsound
|
||||
0, // speed
|
||||
24*FRACUNIT, // radius
|
||||
20*FRACUNIT, // radius
|
||||
132*FRACUNIT, // height
|
||||
0, // display offset
|
||||
100, // mass
|
||||
|
|
Loading…
Reference in a new issue