Home
last modified time | relevance | path

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

/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dclick.h60 #define WRAP_YCLICK(y_) \ macro
H A Dwalls.c1922 y = WRAP_YCLICK(y); in Move_object()
2239 pos.y = WRAP_YCLICK(pos.y); in Move_player()
2279 pos.y = WRAP_YCLICK(pos.y); in Move_player()
2317 pos.y = WRAP_YCLICK(pos.y); in Move_player()
2588 pos.y = WRAP_YCLICK(pos.y); in Move_player()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dwalls.c1086 msy = WRAP_YCLICK(move->start.cy + pt.cy); in Shape_move()
1216 mv.start.cy = WRAP_YCLICK(mv.start.cy); in Shape_morph()
1366 move->start.cy = WRAP_YCLICK(move->start.cy + dy); in Away()
1489 move->start.cy = WRAP_YCLICK(move->start.cy + y); in Clear_corner()
2044 WRAP_YCLICK(starty + dy), -dx, -dy, &dir); in Inside_init()
2067 starty = WRAP_YCLICK(starty + dy); in Inside_init()
2149 by = WRAP_YCLICK(by); in Distance_init()
2528 mv.start.cy = WRAP_YCLICK(mv.start.cy + ans.moved.cy); in Move_asteroid()
2592 mv.start.cy = WRAP_YCLICK(mv.start.cy + ans.moved.cy); in Move_ball()
2681 mv.start.cy = WRAP_YCLICK(mv.start.cy + ans.moved.cy); in Move_object()
[all …]
H A Dmap.h350 static inline int WRAP_YCLICK(int cy) in WRAP_YCLICK() function
H A Dsuibotdef.c355 mv.start.cy = WRAP_YCLICK(cy1); in Wall_in_between_points()
364 mv.start.cy = WRAP_YCLICK(mv.start.cy + answer.moved.cy); in Wall_in_between_points()