Home
last modified time | relevance | path

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

/dports/games/spacezero/spacezero/include/
H A Dobjects.h166 #define CANNON3 3 /* shot */ macro
/dports/games/spacezero/spacezero/src/
H A Dshell.c347 GetPrice(NULL,EXPLORER,ENGINE3,CANNON3), in Shell()
351 GetPrice(NULL,SATELLITE,ENGINE1,CANNON3)); in Shell()
H A Dobjects.c487 case CANNON3: in NewWeapon()
2539 price=GetPrice(NULL,EXPLORER,ENGINE3,CANNON3); in BuyShip()
2554 price=GetPrice(NULL,SATELLITE,ENGINE1,CANNON3); in BuyShip()
2607 CANNON3,ENGINE3,obj->player,NULL,obj->in); in BuyShip()
2635 CANNON3,ENGINE1,obj->player,NULL,obj->in); in BuyShip()
H A Dai.c2401 case CANNON3: in FireCannon()
2992 CANNON3,ENGINE3,GameParametres(GET,GNPLAYERS,0)+1,NULL,NULL); in CreatePirates()