mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-05-30 16:30:43 +00:00
Complete the move of some vars into vid_render_data.
scr_fullupdate and scr_copyeverything were missed. Possibly others too, but this is enough for the moment.
This commit is contained in:
parent
9c812f39ce
commit
86b95629cf
5 changed files with 10 additions and 16 deletions
|
@ -47,7 +47,6 @@ void SCR_DrawStringToSnap (const char *s, struct tex_s *tex, int x, int y);
|
|||
|
||||
|
||||
extern int scr_copytop;
|
||||
extern int scr_copyeverything;
|
||||
|
||||
extern float scr_con_current;
|
||||
extern float scr_conlines; // lines of console to display
|
||||
|
@ -62,8 +61,6 @@ extern struct qpic_s *scr_ram;
|
|||
extern struct qpic_s *scr_net;
|
||||
extern struct qpic_s *scr_turtle;
|
||||
|
||||
extern int scr_fullupdate;
|
||||
|
||||
extern int clearconsole;
|
||||
extern int clearnotify;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue