Searched refs:yt (Results 1 – 1 of 1) sorted by relevance
181 s32 yt; // truncated y coordinate in TestPoint() local187 yt = (s32)((y + 20.0) / 10.0); in TestPoint()192 if (yt < 0) yt = 0; in TestPoint()193 if (yt > 17) yt = 17; in TestPoint()195 tilec = CollisionGrid[curgrid][yt][xt]; in TestPoint()