Home
last modified time | relevance | path

Searched refs:useagain (Results 1 – 2 of 2) sorted by relevance

/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dp_switch.cpp94 …tButton (MapSpot spot, MapTile::Side side, FSwitchDef *Switch, fixed_t x, fixed_t y, bool useagain) in P_StartButton() argument
111 new DActiveButton (spot, side, Switch, x, y, useagain); in P_StartButton()
324 fixed_t x, fixed_t y, bool useagain) : Thinker(ThinkerList::WORLD) in DActiveButton() argument
330 bFlippable = useagain; in DActiveButton()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_switch.cpp86 …ol P_StartButton (side_t *side, int Where, FSwitchDef *Switch, fixed_t x, fixed_t y, bool useagain) in P_StartButton() argument
101 new DActiveButton (side, Where, Switch, x, y, useagain); in P_StartButton()
340 fixed_t x, fixed_t y, bool useagain) in DActiveButton() argument
346 bFlippable = useagain; in DActiveButton()