Jelajahi Sumber

Reenable QPAK support by default.

Ryan C. Gordon 8 tahun lalu
induk
melakukan
5afd9754e2
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  1. 3 0
      src/physfs_internal.h

+ 3 - 0
src/physfs_internal.h

@@ -155,6 +155,9 @@ void __PHYSFS_smallFree(void *ptr);
 #ifndef PHYSFS_SUPPORTS_WAD
 #define PHYSFS_SUPPORTS_WAD 1
 #endif
+#ifndef PHYSFS_SUPPORTS_QPAK
+#define PHYSFS_SUPPORTS_QPAK 1
+#endif
 #ifndef PHYSFS_SUPPORTS_SLB
 #define PHYSFS_SUPPORTS_SLB 1
 #endif