0
0
Fork 0
mirror of https://github.com/yquake2/yquake2remaster.git synced 2025-03-02 15:32:13 +00:00

Add missing return type for SV_ListMaps_f()

This commit is contained in:
Yamagi 2020-08-23 10:34:52 +02:00
parent 93d1dfe60d
commit 634748a5b5

View file

@ -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;