Home
last modified time | relevance | path

Searched defs:lMaxDist (Results 1 – 4 of 4) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dm32exec.cpp2814 int32_t lMaxDist = (tw==CON_FINDNEARSPRITE || tw==CON_FINDNEARSPRITE3D)? in VM_Execute() local
2869 int32_t lMaxDist = (tw==CON_FINDNEARSPRITEZVAR) ? Gv_GetVar(*insptr++) : *insptr++; in VM_Execute() local
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dm32exec.cpp2814 int32_t lMaxDist = (tw==CON_FINDNEARSPRITE || tw==CON_FINDNEARSPRITE3D)? in VM_Execute() local
2869 int32_t lMaxDist = (tw==CON_FINDNEARSPRITEZVAR) ? Gv_GetVar(*insptr++) : *insptr++; in VM_Execute() local
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dm32exec.cpp2793 int32_t lMaxDist = (tw==CON_FINDNEARSPRITE || tw==CON_FINDNEARSPRITE3D)? in VM_Execute() local
2848 int32_t lMaxDist = (tw==CON_FINDNEARSPRITEZVAR) ? Gv_GetVarX(*insptr++) : *insptr++; in VM_Execute() local
/dports/games/ivan/ivan-059/Main/Source/
H A Dlevel.cpp3070 long lMaxDist = v2(PLAYER->GetAttribute(PERCEPTION),0).GetLengthSquare(); in RevealDistantLightsToPlayer() local