Applied prototype fix to vid_svgalib.c and removed unused variable from qw_client/cl_main.c

This commit is contained in:
Nelson Rush 2000-01-04 05:52:00 +00:00
parent de9345e948
commit 19b2728495
2 changed files with 2 additions and 1 deletions

View file

@ -40,6 +40,8 @@ unsigned short d_8to16table[256];
static byte *vid_surfcache;
static int VID_highhunkmark;
void VGA_UpdatePlanarScreen (void *srcbuffer);
int num_modes;
vga_modeinfo *modes;
int current_mode;

View file

@ -1073,7 +1073,6 @@ void CL_Init (void)
{
extern cvar_t baseskin;
extern cvar_t noskins;
char st[80];
cls.state = ca_disconnected;