mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Add .dat and .csv to whitelisted file extensions
This commit is contained in:
parent
e0f0984fcc
commit
9658ef2c5b
1 changed files with 5 additions and 3 deletions
|
@ -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",
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue