Skip to content
Snippets Groups Projects
Commit 6e585aeb authored by James R.'s avatar James R.
Browse files

Merge branch 'wallspike-scale' into 'master'

Set default scale for wallspikes

See merge request KartKrew/Kart!1687
parents be9f4327 05b2cced
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment