Turn downloaded/ and custom/ into com_strings.h definitions, like sound path and saves path

This commit is contained in:
Alibek Omarov
2024-07-30 01:56:45 +03:00
parent dd570b616b
commit 7bb5175084
6 changed files with 17 additions and 12 deletions

View File

@@ -58,7 +58,7 @@ static inline const char *IdToDir( char *dir, size_t size, const char *id )
if( !Q_strcmp( id, "GAMEDOWNLOAD" ))
{
Q_snprintf( dir, size, "%s/downloaded", GI->gamefolder );
Q_snprintf( dir, size, "%s/" DEFAULT_DOWNLOADED_DIRECTORY , GI->gamefolder );
return dir;
}