mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-29 16:01:44 +00:00
gl_draw.c is now client clean.
This commit is contained in:
parent
f49608b881
commit
ec7335029d
7 changed files with 9 additions and 4 deletions
|
@ -1485,6 +1485,7 @@ Host_Frame (float time)
|
|||
|| cl.stats[STAT_HEALTH] <= 0);
|
||||
r_force_fullscreen = cl.intermission;
|
||||
r_paused = cl.paused;
|
||||
r_active = cls.state == ca_active;
|
||||
r_view_model = &cl.viewent;
|
||||
|
||||
// don't allow cheats in multiplayer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue