DEADSOFTWARE

Holmes now require "data/flexui.wad" (it is not fatal to not have this file; Holmes...
[d2df-sdl.git] / src / sfs / sfsZipFS.pas
index ae17ba10a8b55970fac0febf3c0a62fd862ef417..bafe55ffb04efd97b9f6b09f45885c826c3ced2d 100644 (file)
@@ -19,6 +19,7 @@
 //
 {.$DEFINE SFS_DEBUG_ZIPFS}
 {$INCLUDE ../shared/a_modes.inc}
+{$SCOPEDENUMS OFF}
 {.$R+}
 unit sfsZipFS;
 
@@ -416,7 +417,8 @@ begin
   result :=
     StrEquCI1251(prefix, 'zip') or
     StrEquCI1251(prefix, 'pk3') or
-    StrEquCI1251(prefix, 'dfwad');
+    StrEquCI1251(prefix, 'dfwad') or
+    StrEquCI1251(prefix, 'dfzip');
 end;
 
 procedure TSFSZipVolumeFactory.Recycle (vol: TSFSVolume);