mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-18 15:01:41 +00:00
heh. close, so close. one mised const
This commit is contained in:
parent
46176e1094
commit
bcbd1b953a
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ VID_NumModes_f (void)
|
||||||
Con_Printf ("%d modes\n", VID_NumModes ());
|
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);
|
extern void fbset_main (int argc, const char **argv);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue