Skip to content

Commit

Permalink
Reenable QPAK support by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 16, 2017
1 parent 9cec66b commit 5afd975
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/physfs_internal.h
Expand Up @@ -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
Expand Down

0 comments on commit 5afd975

Please sign in to comment.