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:
Bill Currie 2013-01-13 16:46:41 +09:00
parent 9c812f39ce
commit 86b95629cf
5 changed files with 10 additions and 16 deletions

View file

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