flymode WORKS! I'm also poking around a few other qw_server files..

This commit is contained in:
Joseph Carter 2000-04-01 23:40:29 +00:00
parent 3b6fa457e8
commit 018ca24c62
5 changed files with 5 additions and 13 deletions

View file

@ -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;