mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-06-01 17:12:15 +00:00
Missed one. And fixed duplicate declaration of scr_viewsize Deek noticed.
This commit is contained in:
parent
0a7b56f003
commit
5838cfb565
1 changed files with 1 additions and 2 deletions
|
@ -72,7 +72,6 @@ extern qboolean scr_disabled_for_loading;
|
||||||
extern qboolean scr_skipupdate;
|
extern qboolean scr_skipupdate;
|
||||||
extern qboolean hudswap;
|
extern qboolean hudswap;
|
||||||
|
|
||||||
extern struct cvar_s *scr_viewsize;
|
|
||||||
extern struct cvar_s *scr_fov;
|
extern struct cvar_s *scr_fov;
|
||||||
extern struct cvar_s *scr_viewsize;
|
extern struct cvar_s *scr_viewsize;
|
||||||
|
|
||||||
|
@ -86,6 +85,6 @@ extern struct qpic_s *scr_ram;
|
||||||
extern struct qpic_s *scr_net;
|
extern struct qpic_s *scr_net;
|
||||||
extern struct qpic_s *scr_turtle;
|
extern struct qpic_s *scr_turtle;
|
||||||
|
|
||||||
extern struct cvar_s *show_fps, *show_time;
|
extern struct cvar_s *hud_fps, *hud_time;
|
||||||
|
|
||||||
#endif // __screen_h
|
#endif // __screen_h
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue