OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spectatormaxspeed
(Results
1 - 6
of
6
) sorted by null
/external/quake/quake/src/QW/client/
pmove.h
78
float
spectatormaxspeed
;
member in struct:__anon6773
pmove.c
830
if (wishspeed > movevars.
spectatormaxspeed
)
832
VectorScale (wishvel, movevars.
spectatormaxspeed
/wishspeed, wishvel);
833
wishspeed = movevars.
spectatormaxspeed
;
cl_demo.c
448
MSG_WriteFloat(&buf, movevars.
spectatormaxspeed
);
cl_parse.c
589
movevars.
spectatormaxspeed
= MSG_ReadFloat();
/external/quake/quake/src/QW/server/
sv_phys.c
940
movevars.
spectatormaxspeed
= sv_spectatormaxspeed.value;
sv_user.c
102
MSG_WriteFloat(&host_client->netchan.message, movevars.
spectatormaxspeed
);
[
all
...]
Completed in 7342 milliseconds