mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-10 14:52:08 +00:00
More extern fixes.
This commit is contained in:
parent
1a4043711e
commit
c038f1f713
3 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@ int scr_fullupdate;
|
|||
int clearconsole;
|
||||
int clearnotify;
|
||||
|
||||
int sb_lines;
|
||||
extern int sb_lines;
|
||||
|
||||
viddef_t vid; // global video state
|
||||
|
||||
|
|
|
@ -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];
|
||||
|
|
|
@ -110,7 +110,7 @@ int scr_fullupdate;
|
|||
int clearconsole;
|
||||
int clearnotify;
|
||||
|
||||
int sb_lines;
|
||||
extern int sb_lines;
|
||||
|
||||
viddef_t vid; // global video state
|
||||
|
||||
|
|
Loading…
Reference in a new issue