Searched refs:waterfriction (Results 1 – 6 of 6) sorted by relevance
83 float waterfriction; member
453 MSG_WriteFloat(&buf, movevars.waterfriction); in CL_Record_f()
365 drop += speed*movevars.waterfriction*waterlevel*frametime; in PM_Friction()
594 movevars.waterfriction = MSG_ReadFloat(); in CL_ParseServerData()
945 movevars.waterfriction = sv_waterfriction.value; in SV_SetMoveVars()
107 MSG_WriteFloat(&host_client->netchan.message, movevars.waterfriction); in SV_New_f()