X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=fs.c;h=1dc6a8b5a62ddf05f27188db1183a8beb2e78b60;hb=a737a50df4004443459e818e1e463141ef246280;hp=30e6ae81513984308258519b1dc07b452f351c73;hpb=27ad2d336694ea2dc50035130bae321316e3936f;p=xonotic%2Fdarkplaces.git diff --git a/fs.c b/fs.c index 30e6ae81..1dc6a8b5 100644 --- a/fs.c +++ b/fs.c @@ -313,7 +313,7 @@ char fs_basedir[MAX_OSPATH]; int fs_numgamedirs = 0; char fs_gamedirs[MAX_GAMEDIRS][MAX_QPATH]; -cvar_t scr_screenshot_name = {0, "scr_screenshot_name","dp", "prefix name for saved screenshots (changes based on -game commandline, as well as which game mode is running)"}; +cvar_t scr_screenshot_name = {0, "scr_screenshot_name","dp", "prefix name for saved screenshots (changes based on -game commandline, as well as which game mode is running; the date is encoded using strftime escapes)"}; cvar_t fs_empty_files_in_pack_mark_deletions = {0, "fs_empty_files_in_pack_mark_deletions", "0", "if enabled, empty files in a pak/pk3 count as not existing but cancel the search in further packs, effectively allowing patch pak/pk3 files to 'delete' files"};