Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_polyobj.h271 PWF_REVERSE = 1, // Move through waypoints in reverse order enumerator
H A Dp_polyobj.c2152 th->direction = (pwdata->flags & PWF_REVERSE) ? -1 : 1; in EV_DoPolyObjWaypoint()
H A Dp_spec.c1205 pwd.flags |= PWF_REVERSE; in PolyWaypoint()