From f1caf58413f2242b521187a0e681fd6bdbb82470 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 12 Apr 2000 05:14:32 +0000 Subject: [PATCH] apply another patch from Jukka Sorjonen --- common/gl_screen.c | 2 +- common/gl_vidnt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/gl_screen.c b/common/gl_screen.c index 2054ba9..b48d90b 100644 --- a/common/gl_screen.c +++ b/common/gl_screen.c @@ -823,7 +823,7 @@ int MipColor(int r, int g, int b) } // from gl_draw.c -byte *draw_chars; // 8*8 graphic characters +extern byte *draw_chars; // 8*8 graphic characters void SCR_DrawCharToSnap (int num, byte *dest, int width) { diff --git a/common/gl_vidnt.c b/common/gl_vidnt.c index c149509..060bf95 100644 --- a/common/gl_vidnt.c +++ b/common/gl_vidnt.c @@ -124,7 +124,7 @@ glvert_t glv; 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];