Add .dat and .csv to whitelisted file extensions

This commit is contained in:
Louis-Antoine 2020-01-24 17:51:20 +01:00
parent e0f0984fcc
commit 9658ef2c5b

View file

@ -36,11 +36,13 @@
static const char *const fnames[] = {"input", "output"};
static const char *whitelist[] = { // Allow scripters to write files of these types to SRB2's folder
".txt",
".sav2",
".bmp",
".cfg",
".csv",
".dat",
".png",
".bmp"
".sav2",
".txt",
};