OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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:__anon6614
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 198 milliseconds