Home
last modified time | relevance | path

Searched refs:B_FACTORY_PHASERS (Results 1 – 8 of 8) sorted by relevance

/dports/games/netherearth/netherearth-0.51/
H A Dmaps.cpp193 if (strcmp(tmp2,"phasers")==0) b->type=B_FACTORY_PHASERS; in loadmap()
424 case B_FACTORY_PHASERS: in drawmap()
H A Dnether.h99 #define B_FACTORY_PHASERS 9 macro
H A Dbullet.cpp263 case B_FACTORY_PHASERS: in BulletCollision()
H A Denemy_ai.cpp98 b->type==B_FACTORY_PHASERS || in AI_enemy()
H A Drobot_ai.cpp759 b->type==B_FACTORY_PHASERS || in AI_program_capture()
774 b->type==B_FACTORY_PHASERS || in AI_program_capture()
959 b->type==B_FACTORY_PHASERS || in AI_program_destroy()
H A Dnethercycle.cpp98 if (b->type==B_FACTORY_PHASERS) { in cycle()
1317 b->type==B_FACTORY_PHASERS || in cycle()
H A Drobots.cpp501 case B_FACTORY_PHASERS: in RobotCollision()
H A Dnether.cpp1435 case B_FACTORY_PHASERS: in ShipCollision()