Home
last modified time | relevance | path

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

/dports/games/xpilot/xpilot-4.5.5/src/server/
H A Dproto.h160 void Fire_right_shot(int ind, int type, int dir, int gun);
H A Dshot.c480 void Fire_right_shot(int ind, int type, int dir, int gun) in Fire_right_shot() function
1095 Fire_right_shot(ind, OBJ_SHOT, MOD2(pl->dir - (1 + i) * shot_angle, in Fire_normal_shots()
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/server/
H A Dserver.h266 void Fire_right_shot(player_t *pl, int type, int dir, int gun);
H A Dshot.c405 void Fire_right_shot(player_t *pl, int type, int dir, int gun) in Fire_right_shot() function
1059 Fire_right_shot(pl, OBJ_SHOT, MOD2(pl->dir - (1 + i) * shot_angle, in Fire_normal_shots()