mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-05-30 17:00:51 +00:00
flymode WORKS! I'm also poking around a few other qw_server files..
This commit is contained in:
parent
3b6fa457e8
commit
018ca24c62
5 changed files with 5 additions and 13 deletions
|
@ -1471,6 +1471,7 @@ void SV_RunCmd (usercmd_t *ucmd, qboolean inside)
|
|||
VectorCopy (sv_player->v.velocity, pmove.velocity);
|
||||
VectorCopy (sv_player->v.v_angle, pmove.angles);
|
||||
|
||||
pmove.flying = sv_player->v.movetype == MOVETYPE_FLY;
|
||||
pmove.spectator = host_client->spectator;
|
||||
pmove.waterjumptime = sv_player->v.teleport_time;
|
||||
pmove.numphysent = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue