DEADSOFTWARE

Revert "Revert "fixed flawed "weapon switch key release" detection logic (flags shoul...
[d2df-sdl.git] / src / sfs / sfsZipFS.pas
index 73263e73d5f7aa5ed563109060a9075760e11afc..2cc9eff2e8f439d0f7ddad9be10081417650b721 100644 (file)
@@ -1,4 +1,4 @@
-(* Copyright (C)  DooM 2D:Forever Developers
+(* Copyright (C)  Doom 2D: Forever Developers
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -417,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);