mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-05-31 01:10:58 +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
|
@ -556,7 +556,7 @@ void SV_UpdateClientStats (client_t *client)
|
|||
stats[STAT_ITEMS] = (int)ent->v.items | ((int)pr_global_struct->serverflags << 28);
|
||||
|
||||
// Extensions to the QW 2.40 protocol for MegaTF
|
||||
stats[STAT_VIEWHEIGHT] = (int)ent->v.view_ofs[2];
|
||||
stats[STAT_VIEWHEIGHT] = (int)ent->v.view_ofs[2] - 22;
|
||||
stats[STAT_FLYMODE] = (ent->v.movetype == MOVETYPE_FLY);
|
||||
|
||||
for (i=0 ; i<MAX_CL_STATS ; i++)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue