Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/gxdemo/src/Simple/
Dsmp-toy-anim.c44 ONSLOPE = 8, enumerator
59 '|',GO|ONSLOPE,
60 '<',GO|TELEPORT|ONSLOPE,
61 '>',GO|TELEPORT|ONSLOPE,
150 return(CurMask & ONSLOPE); in OnSlope()
306 if ((CurMask & ONSLOPE) && (nextVel.z < 0.0F)) in AnimTick()