mirror of
https://github.com/libretro/libretro-tyrquake.git
synced 2025-02-12 11:38:51 +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 clearconsole;
|
||||
int clearnotify;
|
||||
int sb_lines;
|
||||
|
||||
vrect_t *pconupdate;
|
||||
vrect_t scr_vrect;
|
||||
|
@ -43,7 +43,6 @@ extern float scr_conlines; // lines of console to display
|
||||
|
||||
extern float scr_centertime_off;
|
||||
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 qboolean scr_disabled_for_loading;
|
||||
|
Loading…
x
Reference in New Issue
Block a user