mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-18 14:41:55 +00:00
- added .ssi to the list of known extensions for container files.
This commit is contained in:
parent
71dfe7ecfe
commit
e59d976691
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
#define PATH_MAX 260
|
||||
#endif
|
||||
|
||||
static const char* validexts[] = { "*.grp", "*.zip", "*.pk3", "*.pk4", "*.7z", "*.pk7", "*.dat", "*.rff" };
|
||||
static const char* validexts[] = { "*.grp", "*.zip", "*.pk3", "*.pk4", "*.7z", "*.pk7", "*.dat", "*.rff", "*.ssi" };
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
|
|
Loading…
Reference in a new issue