Home
last modified time | relevance | path

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

/dports/games/netherearth/netherearth-0.51/
H A Drobot_ai.cpp835 if (discreetmap[x+i+y*(map_w*2)]==T_EROBOT || in AI_RealShotPaths()
836 discreetmap[x+i+(y+1)*(map_w*2)]==T_EROBOT) { in AI_RealShotPaths()
841 if (discreetmap[x+i+y*(map_w*2)]==T_EROBOT || in AI_RealShotPaths()
857 if (discreetmap[x-i+y*(map_w*2)]==T_EROBOT || in AI_RealShotPaths()
858 discreetmap[x-i+(y+1)*(map_w*2)]==T_EROBOT) { in AI_RealShotPaths()
863 if (discreetmap[x-i+y*(map_w*2)]==T_EROBOT || in AI_RealShotPaths()
879 if (discreetmap[x+(y+i)*(map_w*2)]==T_EROBOT || in AI_RealShotPaths()
885 if (discreetmap[x+(y+i)*(map_w*2)]==T_EROBOT || in AI_RealShotPaths()
901 if (discreetmap[x+(y-i)*(map_w*2)]==T_EROBOT || in AI_RealShotPaths()
907 if (discreetmap[x+(y-i)*(map_w*2)]==T_EROBOT || in AI_RealShotPaths()
[all …]
H A Dradar.cpp83 case T_EROBOT: in draw_radar()
H A Dnether.h77 #define T_EROBOT 7 macro
H A Dnethercycle.cpp1326 if (robot==T_EROBOT) b->status--; in cycle()
1348 if (robot==T_EROBOT) b->status--; in cycle()