Home
last modified time | relevance | path

Searched refs:LiftTarget (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_spec.h138 #define LiftTarget 0x0300 macro
H A Dp_genlin.c481 int Targ = (value & LiftTarget) >> LiftTargetShift; in EV_DoGenLift()
/dports/games/prboom/prboom-2.5.0/src/
H A Dp_spec.h138 #define LiftTarget 0x0300 macro
H A Dp_genlin.c481 int Targ = (value & LiftTarget) >> LiftTargetShift; in EV_DoGenLift()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dp_spec.h138 #define LiftTarget 0x0300 macro
H A Dp_genlin.c484 int Targ = (value & LiftTarget) >> LiftTargetShift; in EV_DoGenLift()
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dp_spec.h979 #define LiftTarget 0x0300 macro
H A Dp_genlin.c450 int Targ = (value & LiftTarget) >> LiftTargetShift; in EV_DoGenLift()