Home
last modified time | relevance | path

Searched refs:ROBOTOP_LEFT (Results 1 – 3 of 3) sorted by relevance

/dports/games/netherearth/netherearth-0.51/
H A Dnethercycle.cpp1052 if (r->op==ROBOTOP_LEFT) r->angle-=RobotRotationSpeed(r->traction,terrain); in cycle()
1189 if (r->op==ROBOTOP_LEFT && (r->angle%90)==0) r->op=ROBOTOP_NONE; in cycle()
1255 else r->op=ROBOTOP_LEFT; in cycle()
1263 else r->op=ROBOTOP_LEFT; in cycle()
1271 else r->op=ROBOTOP_LEFT; in cycle()
1279 else r->op=ROBOTOP_LEFT; in cycle()
H A Drobot_ai.cpp238 if (dif==270) op->first_robotop=ROBOTOP_LEFT; in AI_availableoperators()
290 if (dif==270) searchmap[newpos]->first_robotop=ROBOTOP_LEFT; in AI_expandoperators()
1099 op=ROBOTOP_LEFT; in AI_program_destroy()
1259 op=ROBOTOP_LEFT; in AI_program_stopdefend()
H A Dnether.h108 #define ROBOTOP_LEFT 1 macro