Home
last modified time | relevance | path

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

/dports/games/netherearth/netherearth-0.51/
H A Dnethercycle.cpp160 if (ship_op==OP_RIGHT) if (shipp.x<map_w-1) { in cycle()
165 if (ship_op==OP_LEFT) if (shipp.x>0) { in cycle()
184 if (ship_op==OP_NONE && ship_op2==OP_NONE) { in cycle()
220 if ((int(shipp.x*8)%4)==0) ship_op=OP_NONE; in cycle()
225 ship_op=OP_LEFT; in cycle()
228 ship_op=OP_RIGHT; in cycle()
H A Dnether.h341 int ship_op,ship_op2,ship_op3; variable
H A Dnether.cpp107 ship_op=OP_NONE; in NETHER()