apply another patch from Jukka Sorjonen <jukka.sorjonen@asikkala.fi>

This commit is contained in:
Bill Currie 2000-04-12 05:14:32 +00:00
parent 995b1859bd
commit f1caf58413
2 changed files with 2 additions and 2 deletions

View file

@ -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)
{

View file

@ -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];