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

  /external/quake/quake/src/QW/client/
pmove.h 83 float waterfriction; member in struct:__anon10458
cl_demo.c 453 MSG_WriteFloat(&buf, movevars.waterfriction);
pmove.c 365 drop += speed*movevars.waterfriction*waterlevel*frametime;
cl_parse.c 594 movevars.waterfriction = MSG_ReadFloat();
  /external/quake/quake/src/QW/server/
sv_phys.c 945 movevars.waterfriction = sv_waterfriction.value;
sv_user.c 107 MSG_WriteFloat(&host_client->netchan.message, movevars.waterfriction);
    [all...]

Completed in 179 milliseconds