mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-16 16:41:30 +00:00
more void cleanup
This commit is contained in:
parent
fe2f79c5ef
commit
300910698c
1 changed files with 1 additions and 1 deletions
|
@ -294,7 +294,7 @@ x11_set_vidmode (int width, int height)
|
|||
}
|
||||
|
||||
void
|
||||
x11_Init_Cvars ()
|
||||
x11_Init_Cvars (void)
|
||||
{
|
||||
vid_fullscreen = Cvar_Get ("vid_fullscreen", "0", CVAR_ROM,
|
||||
"Toggles fullscreen game mode");
|
||||
|
|
Loading…
Reference in a new issue