Home
last modified time | relevance | path

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

/dports/games/netherearth/netherearth-0.51/
H A Dnethercycle.cpp170 if (ship_op2==OP_FORWARD) if (shipp.y<map_h-1) { in cycle()
175 if (ship_op2==OP_BACKWARD) if (shipp.y>0) { in cycle()
184 if (ship_op==OP_NONE && ship_op2==OP_NONE) { in cycle()
221 if ((int(shipp.y*8)%4)==0) ship_op2=OP_NONE; in cycle()
231 ship_op2=OP_FORWARD; in cycle()
234 ship_op2=OP_BACKWARD; in cycle()
H A Dnether.h341 int ship_op,ship_op2,ship_op3; variable
H A Dnether.cpp108 ship_op2=OP_NONE; in NETHER()