mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-21 17:41:48 +00:00
Merge branch 'wallspike-scale' into 'master'
Set default scale for wallspikes See merge request KartKrew/Kart!1687
This commit is contained in:
commit
6e585aeb7a
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