HomeSort by relevance Sort by last modified time
    Searched refs:idealpitch (Results 1 - 6 of 6) sorted by null

  /external/quake/quake/src/WinQuake/
client.h 181 float idealpitch; member in struct:__anon6969
sv_user.cpp 106 sv_player->u.v.idealpitch = 0;
112 sv_player->u.v.idealpitch = -dir * sv_idealpitchscale.value;
cl_parse.cpp 524 cl.idealpitch = MSG_ReadChar ();
526 cl.idealpitch = 0;
sv_main.cpp 621 if (ent->u.v.idealpitch)
671 MSG_WriteChar (msg, (int) ent->u.v.idealpitch);
view.cpp 173 Moves the client pitch angle towards cl.idealpitch sent by the server.
208 delta = cl.idealpitch - cl.viewangles[PITCH];
pr_cmds.cpp 1462 ideal = ent->u.v.idealpitch;
    [all...]

Completed in 2820 milliseconds