Apply 4511 update

This commit is contained in:
Alibek Omarov
2019-06-17 07:05:36 +03:00
parent c215b89923
commit b16529cc65
20 changed files with 162 additions and 71 deletions
+2
View File
@@ -285,6 +285,8 @@ void SV_NextMap_f( void )
search_t *t;
t = FS_Search( "maps\\*.bsp", true, CVAR_TO_BOOL( con_gamemaps )); // only in gamedir
if( !t ) t = FS_Search( "maps/*.bsp", true, CVAR_TO_BOOL( con_gamemaps )); // only in gamedir
if( !t )
{
Con_Printf( "next map can't be found\n" );