Reenable QPAK support by default.
This commit is contained in:
parent
9cec66be3e
commit
5afd9754e2
|
@ -155,6 +155,9 @@ void __PHYSFS_smallFree(void *ptr);
|
||||||
#ifndef PHYSFS_SUPPORTS_WAD
|
#ifndef PHYSFS_SUPPORTS_WAD
|
||||||
#define PHYSFS_SUPPORTS_WAD 1
|
#define PHYSFS_SUPPORTS_WAD 1
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef PHYSFS_SUPPORTS_QPAK
|
||||||
|
#define PHYSFS_SUPPORTS_QPAK 1
|
||||||
|
#endif
|
||||||
#ifndef PHYSFS_SUPPORTS_SLB
|
#ifndef PHYSFS_SUPPORTS_SLB
|
||||||
#define PHYSFS_SUPPORTS_SLB 1
|
#define PHYSFS_SUPPORTS_SLB 1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue