Home
last modified time | relevance | path

Searched refs:waterfriction (Results 1 – 6 of 6) sorted by relevance

/external/quake/quake/src/QW/client/
Dpmove.h83 float waterfriction; member
Dcl_demo.c453 MSG_WriteFloat(&buf, movevars.waterfriction); in CL_Record_f()
Dpmove.c365 drop += speed*movevars.waterfriction*waterlevel*frametime; in PM_Friction()
Dcl_parse.c594 movevars.waterfriction = MSG_ReadFloat(); in CL_ParseServerData()
/external/quake/quake/src/QW/server/
Dsv_phys.c945 movevars.waterfriction = sv_waterfriction.value; in SV_SetMoveVars()
Dsv_user.c107 MSG_WriteFloat(&host_client->netchan.message, movevars.waterfriction); in SV_New_f()