Searched refs:fire_phaser (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/games/warp/ |
| H A D | weapon.c | 177 fire_phaser(obj, -dy, -dx); in attack() 184 fire_phaser(obj, -dy, -dx); in attack() 225 fire_phaser(obj, -dy, -dx); in attack() 255 fire_phaser(obj, -dy, -dx); in attack() 257 fire_phaser(obj, -dy, -dx); in attack() 438 fire_phaser(OBJECT *obj, int dy, int dx) in fire_phaser() function
|
| H A D | weapon.h | 21 void fire_phaser(OBJECT *, int, int);
|
| H A D | us.c | 126 fire_phaser(ent, dy, dx); in ctrl_direction() 130 fire_phaser(base, dy, dx); in ctrl_direction()
|