OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stopspeed
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/QW/client/
pmove.h
76
float
stopspeed
;
member in struct:__anon6773
pmove.c
368
control = speed < movevars.
stopspeed
? movevars.
stopspeed
: speed;
801
control = speed < movevars.
stopspeed
? movevars.
stopspeed
: speed;
cl_demo.c
446
MSG_WriteFloat(&buf, movevars.
stopspeed
);
cl_parse.c
587
movevars.
stopspeed
= MSG_ReadFloat();
/external/quake/quake/src/QW/server/
sv_phys.c
938
movevars.
stopspeed
= sv_stopspeed.value;
sv_user.c
100
MSG_WriteFloat(&host_client->netchan.message, movevars.
stopspeed
);
[
all
...]
Completed in 149 milliseconds