Searched refs:CurPos (Results 1 – 1 of 1) sorted by relevance
118 static Vec CurPos = {90.0F, 0.0F, 10.0F}; // current position variable135 return(CurPos); in GetCurPos()231 CurMask = TestPoint(curGrid, CurPos.x, CurPos.z); in AnimTick()243 VECAdd(&CurPos, &curVel, &tp); in AnimTick()252 CurPos.x -= (CurPos.z - SLOPE_ZSTART) * SLOPE_SLOPE; in AnimTick()309 VECAdd(&CurPos, &nextVel, &nextPos); in AnimTick()311 CurPos = nextPos; in AnimTick()