Home
last modified time | relevance | path

Searched refs:mwidthset (Results 1 – 1 of 1) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_mobj.c12021 …w, mpitch, mminlength, mnumspokes, mpinch, mroll, mnumnospokes, mwidth, mwidthset, mmin, msound, r… in P_SetupMace() local
12215 spawnee->movefactor = mwidthset;\ in P_SetupMace()
12268 mwidthset = mwidth; in P_SetupMace()
12296 mwidthset = -mwidth; in P_SetupMace()
12299 while ((mwidthset -= widthfactor) > -mwidth) in P_SetupMace()
12302 if (mdosound && (mwidthset == msound) && mnumspokes <= mmin) // Can it make a sound? in P_SetupMace()
12308 while ((mwidthset += widthfactor) < -mwidth) in P_SetupMace()
12311 if (mdosound && (mwidthset == msound) && mnumspokes <= mmin) // Can it make a sound? in P_SetupMace()