mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-15 07:31:55 +00:00
Set default scale for wallspikes
This commit is contained in:
parent
be9f4327c6
commit
05b2cced68
1 changed files with 2 additions and 0 deletions
|
|
@ -11108,6 +11108,8 @@ fixed_t P_GetMobjDefaultScale(mobj_t *mobj)
|
|||
case MT_AIZ_TREE:
|
||||
case MT_AIZ_DDB:
|
||||
return 4*FRACUNIT;
|
||||
case MT_WALLSPIKE:
|
||||
return 2*FRACUNIT;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue