HomeSort by relevance Sort by last modified time
    Searched refs:CONTENTS_WATER (Results 1 - 8 of 8) sorted by null

  /external/quake/quake/src/QW/client/
bspfile.h 136 #define CONTENTS_WATER -3
pmove.c 622 if (cont <= CONTENTS_WATER)
628 if (cont <= CONTENTS_WATER)
633 if (cont <= CONTENTS_WATER)
665 if (watertype == CONTENTS_WATER)
r_misc.c 512 r_dowarp = r_waterwarp.value && (r_viewleaf->contents <= CONTENTS_WATER);
  /external/quake/quake/src/WinQuake/
bspfile.h 139 #define CONTENTS_WATER -3
r_misc.cpp 439 r_dowarp = r_waterwarp.value && (r_viewleaf->contents <= CONTENTS_WATER);
sv_phys.cpp 823 if (cont <= CONTENTS_WATER)
832 if (cont <= CONTENTS_WATER)
837 if (cont <= CONTENTS_WATER)
1218 if (cont <= CONTENTS_WATER)
    [all...]
world.cpp 533 cont = CONTENTS_WATER;
  /external/quake/quake/src/QW/server/
sv_phys.c 685 if (cont <= CONTENTS_WATER)

Completed in 29 milliseconds