mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-02-14 20:57:31 +00:00
screen: remove duplicate definition of sb_lines
Signed-off-by: Kevin Shanahan <kmshanah@disenchant.net>
This commit is contained in:
parent
3fb9f56f03
commit
72f8fd974d
@ -104,7 +104,6 @@ qpic_t *scr_turtle;
|
|||||||
int scr_fullupdate;
|
int scr_fullupdate;
|
||||||
int clearconsole;
|
int clearconsole;
|
||||||
int clearnotify;
|
int clearnotify;
|
||||||
int sb_lines;
|
|
||||||
|
|
||||||
vrect_t *pconupdate;
|
vrect_t *pconupdate;
|
||||||
vrect_t scr_vrect;
|
vrect_t scr_vrect;
|
||||||
|
@ -43,7 +43,6 @@ extern float scr_conlines; // lines of console to display
|
|||||||
|
|
||||||
extern float scr_centertime_off;
|
extern float scr_centertime_off;
|
||||||
extern int scr_fullupdate; // set to 0 to force full redraw
|
extern int scr_fullupdate; // set to 0 to force full redraw
|
||||||
extern int sb_lines;
|
|
||||||
|
|
||||||
extern int clearnotify; // set to 0 whenever notify text is drawn
|
extern int clearnotify; // set to 0 whenever notify text is drawn
|
||||||
extern qboolean scr_disabled_for_loading;
|
extern qboolean scr_disabled_for_loading;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user