X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=fs.c;h=49ca69bfa1e287adfa735dcc6b6224957819e989;hb=9f81c8847d7d63d95a95cd73c64ea53c8b93e1f8;hp=089fb3dc2679ae3ac385ff366ea195b9906ea34c;hpb=426d3967446d906a9612ae09e6748d3dad26c60f;p=xonotic%2Fdarkplaces.git diff --git a/fs.c b/fs.c index 089fb3dc..49ca69bf 100644 --- a/fs.c +++ b/fs.c @@ -902,7 +902,7 @@ void FS_Init (void) // -basedir // Overrides the system supplied base directory (under GAMENAME) -// COMMANDLINEOPTION: -basedir chooses what base directory the game data is in, inside this there should be a data directory for the game (for example id1) +// COMMANDLINEOPTION: Filesystem: -basedir chooses what base directory the game data is in, inside this there should be a data directory for the game (for example id1) i = COM_CheckParm ("-basedir"); if (i && i < com_argc-1) { @@ -914,7 +914,7 @@ void FS_Init (void) // -path [] ... // Fully specifies the exact search path, overriding the generated one -// COMMANDLINEOPTION: -path specifies the full search path manually, overriding the generated one, example: -path c:\quake\id1 c:\quake\pak0.pak c:\quake\pak1.pak (not recommended) +// COMMANDLINEOPTION: Filesystem: -path specifies the full search path manually, overriding the generated one, example: -path c:\quake\id1 c:\quake\pak0.pak c:\quake\pak1.pak (not recommended) i = COM_CheckParm ("-path"); if (i) {