Home
last modified time | relevance | path

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

/dports/games/NBlood/NBlood-a1689a4/source/blood/src/
H A Dm32exec.cpp1864 int32_t dapoint = Gv_GetVar(*insptr++), resvar=*insptr++; in VM_Execute() local
1866 if (dapoint<0 || dapoint>=numwalls) in VM_Execute()
1868 M32_ERROR("Invalid wall %d", dapoint); in VM_Execute()
1872 Gv_SetVar(resvar, lastwall(dapoint)); in VM_Execute()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dm32exec.cpp1860 int32_t dapoint = Gv_GetVarX(*insptr++), resvar=*insptr++; in VM_Execute() local
1862 if (dapoint<0 || dapoint>=numwalls) in VM_Execute()
1864 M32_ERROR("Invalid wall %d", dapoint); in VM_Execute()
1868 Gv_SetVarX(resvar, lastwall(dapoint)); in VM_Execute()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dm32exec.cpp1864 int32_t dapoint = Gv_GetVar(*insptr++), resvar=*insptr++; in VM_Execute() local
1866 if (dapoint<0 || dapoint>=numwalls) in VM_Execute()
1868 M32_ERROR("Invalid wall %d", dapoint); in VM_Execute()
1872 Gv_SetVar(resvar, lastwall(dapoint)); in VM_Execute()