heh. close, so close. one mised const

This commit is contained in:
Bill Currie 2001-07-19 21:51:18 +00:00
parent 46176e1094
commit bcbd1b953a

View file

@ -205,7 +205,7 @@ VID_NumModes_f (void)
Con_Printf ("%d modes\n", VID_NumModes ());
}
int VID_SetMode (char *name, unsigned char *palette);
int VID_SetMode (const char *name, unsigned char *palette);
extern void fbset_main (int argc, const char **argv);