Extern fixes.

This commit is contained in:
Danne 2000-05-14 08:16:28 +00:00
parent 3795744f0a
commit d65d73154c
3 changed files with 3 additions and 3 deletions

View file

@ -32,7 +32,7 @@
static int miplevel;
float scale_for_mip;
int screenwidth;
extern int screenwidth;
int ubasestep, errorterm, erroradjustup, erroradjustdown;
int vstartscan;

View file

@ -76,7 +76,7 @@ const char *gl_version;
const char *gl_extensions;
qboolean DDActive;
qboolean scr_skipupdate;
extern qboolean scr_skipupdate;
static vmode_t modelist[MAX_MODE_LIST];
static int nummodes;

View file

@ -54,7 +54,7 @@
extern double realtime;
extern model_t *loadmodel;
int skytexturenum;
extern int skytexturenum;
int solidskytexture;
int alphaskytexture;