mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-31 13:20:34 +00:00
Add missing return type for SV_ListMaps_f()
This commit is contained in:
parent
93d1dfe60d
commit
634748a5b5
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ SV_Map_f(void)
|
||||||
/*
|
/*
|
||||||
* Lists available maps for user to load.
|
* Lists available maps for user to load.
|
||||||
*/
|
*/
|
||||||
SV_ListMaps_f(void)
|
void SV_ListMaps_f(void)
|
||||||
{
|
{
|
||||||
char **userMapNames;
|
char **userMapNames;
|
||||||
int nUserMaps = 0;
|
int nUserMaps = 0;
|
||||||
|
|
Loading…
Reference in a new issue