More extern fixes.

This commit is contained in:
Danne 2000-05-14 08:05:34 +00:00
parent 1a4043711e
commit c038f1f713
3 changed files with 3 additions and 3 deletions

View File

@ -141,7 +141,7 @@ int scr_fullupdate;
int clearconsole;
int clearnotify;
int sb_lines;
extern int sb_lines;
viddef_t vid; // global video state

View File

@ -116,7 +116,7 @@ cvar_t gl_ztrick = {"gl_ztrick","1"};
HWND WINAPI InitializeWindow (HINSTANCE hInstance, int nCmdShow);
viddef_t vid; // global video state
extern viddef_t vid; // global video state
unsigned short d_8to16table[256];
unsigned d_8to24table[256];

View File

@ -110,7 +110,7 @@ int scr_fullupdate;
int clearconsole;
int clearnotify;
int sb_lines;
extern int sb_lines;
viddef_t vid; // global video state