Home
last modified time | relevance | path

Searched refs:crushchange (Results 1 – 18 of 18) sorted by relevance

/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dg_overflow.h115 dboolean *crushchange; member
H A Dg_overflow.c299 *(params->crushchange) = addr; in SpechitOverrun()
H A Dp_map.c75 static dboolean crushchange, nofit; variable
497 &crushchange, // dboolean *crushchange; in PIT_CheckLine()
1979 if (crushchange && !(leveltime&3)) { in PIT_ChangeSector()
2009 crushchange = crunch; in P_ChangeSector()
2039 crushchange = crunch; in P_CheckSector()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dp_map.c1297 boolean crushchange; variable
1345 if (crushchange && !(leveltime&3) ) in PIT_ChangeSector()
1376 crushchange = crunch; in P_ChangeSector()
1436 crushchange = addr; in SpechitOverrun()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/strife/
H A Dp_map.c1483 boolean crushchange; variable
1539 if (crushchange && !(leveltime&3) ) in PIT_ChangeSector()
1576 crushchange = crunch; in P_ChangeSector()
1638 crushchange = addr; in SpechitOverrun()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/strife/
H A Dp_map.c1483 boolean crushchange; variable
1539 if (crushchange && !(leveltime&3) ) in PIT_ChangeSector()
1576 crushchange = crunch; in P_ChangeSector()
1638 crushchange = addr; in SpechitOverrun()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/doom/
H A Dp_map.c1509 boolean crushchange; variable
1567 if (crushchange && !(leveltime&3) ) in PIT_ChangeSector()
1606 crushchange = crunch; in P_ChangeSector()
1666 crushchange = addr; in SpechitOverrun()
/dports/games/prboom/prboom-2.5.0/src/
H A Dp_map.c1865 static boolean crushchange, nofit; variable
1916 if (crushchange && !(leveltime&3)) { in PIT_ChangeSector()
1946 crushchange = crunch; in P_ChangeSector()
1976 crushchange = crunch; in P_CheckSector()
2326 crushchange = addr; in SpechitOverrun()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dp_map.c1865 static dbool crushchange, nofit; variable
1916 if (crushchange && !(leveltime&3)) { in PIT_ChangeSector()
1946 crushchange = crunch; in P_ChangeSector()
1976 crushchange = crunch; in P_CheckSector()
2326 crushchange = addr; in SpechitOverrun()
/dports/games/heretic/glheretic-1.2/
H A Dp_map.c1597 boolean crushchange; variable
1635 if (crushchange && !(leveltime&3) ) in PIT_ChangeSector()
1660 crushchange = crunch; in P_ChangeSector()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/heretic/
H A Dp_map.c1638 boolean crushchange; variable
1676 if (crushchange && !(leveltime & 3)) in PIT_ChangeSector()
1702 crushchange = crunch; in P_ChangeSector()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/heretic/
H A Dp_map.c1615 boolean crushchange; variable
1653 if (crushchange && !(leveltime & 3)) in PIT_ChangeSector()
1679 crushchange = crunch; in P_ChangeSector()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_map.c2222 int crushchange; variable
2271 if (crushchange && !(leveltime & 3)) in PIT_ChangeSector()
2273 P_DamageMobj(thing, NULL, NULL, crushchange); in PIT_ChangeSector()
2301 crushchange = crunch; in P_ChangeSector()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_map.c2222 int crushchange; variable
2271 if (crushchange && !(leveltime & 3)) in PIT_ChangeSector()
2273 P_DamageMobj(thing, NULL, NULL, crushchange); in PIT_ChangeSector()
2301 crushchange = crunch; in P_ChangeSector()
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_map.c2206 int crushchange; variable
2255 if (crushchange && !(leveltime&3)) in PIT_ChangeSector()
2257 P_DamageMobj(thing, NULL, NULL, crushchange); in PIT_ChangeSector()
2285 crushchange = crunch; in P_ChangeSector()
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dp_map.cpp4953 int crushchange; member
5121 if ((cpos->crushchange > 0) && !(level.maptime & 3)) in P_DoCrunch()
5123 int newdam = P_DamageMobj(thing, NULL, NULL, cpos->crushchange, NAME_Crush); in P_DoCrunch()
5133 P_TraceBleed(newdam > 0 ? newdam : cpos->crushchange, thing); in P_DoCrunch()
5484 cpos.crushchange = crunch; in P_ChangeSector()
/dports/games/odamex/odamex-src-0.7.0/common/
H A Dp_map.cpp2929 bool crushchange; variable
2979 if (crushchange && !(level.time&3) ) in PIT_ChangeSector()
3012 crushchange = crunch; in P_ChangeSector()
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dp_map.c4152 static boolean crushchange; variable
4254 if (realcrush && crushchange) in PIT_ChangeSector()
4270 crushchange = crunch; in P_CheckSector()