Searched refs:Player_position_set_clicks (Results 1 – 3 of 3) sorted by relevance
/dports/games/xpilot/xpilot-4.5.5/src/server/ |
H A D | objpos.c | 81 void Player_position_set_clicks(player *pl, int cx, int cy) in Player_position_set_clicks() function 103 Player_position_set_clicks(pl, FLOAT_TO_CLICK(x), FLOAT_TO_CLICK(y)); in Player_position_set_pixels() 108 Player_position_set_clicks(pl, FLOAT_TO_CLICK(x), FLOAT_TO_CLICK(y)); in Player_position_init_pixels() 120 Player_position_set_clicks(pl, PIXEL_TO_CLICK(x), PIXEL_TO_CLICK(y)); in Player_position_limit()
|
H A D | objpos.h | 32 void Player_position_set_clicks(player *pl, int cx, int cy);
|
H A D | walls.c | 2242 Player_position_set_clicks(pl, pos.x, pos.y); in Move_player() 2280 Player_position_set_clicks(pl, pos.x, pos.y); in Move_player() 2589 Player_position_set_clicks(pl, pos.x, pos.y); in Move_player() 2694 Player_position_set_clicks(pl, pos.x, pos.y); in Turn_player()
|