mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-21 19:32:30 +00:00
apply another patch from Jukka Sorjonen <jukka.sorjonen@asikkala.fi>
This commit is contained in:
parent
995b1859bd
commit
f1caf58413
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue