|
|
@@ -96,6 +96,7 @@ static const PHYSFS_ArchiveInfo *supported_types[] =
|
|
|
|
|
|
static const PHYSFS_Archiver *archivers[] =
|
|
|
{
|
|
|
+ &__PHYSFS_Archiver_DIR,
|
|
|
#if (defined PHYSFS_SUPPORTS_ZIP)
|
|
|
&__PHYSFS_Archiver_ZIP,
|
|
|
#endif
|
|
|
@@ -117,7 +118,6 @@ static const PHYSFS_Archiver *archivers[] =
|
|
|
#if (defined PHYSFS_SUPPORTS_WAD)
|
|
|
&__PHYSFS_Archiver_WAD,
|
|
|
#endif
|
|
|
- &__PHYSFS_Archiver_DIR,
|
|
|
NULL
|
|
|
};
|
|
|
|