Skip to content

Commit 4fb1766

Browse files
committed
Disable repack mode by default.
1 parent 7f85218 commit 4fb1766

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DRM/DRM.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//Constants
88
const unsigned int DRM_MAX_SECTIONS = 16777215;
99

10-
#define REPACK_MODE (1)
10+
#define REPACK_MODE (0)
1111

1212
#if (TR7 || TRAE)
1313
#define DRM_VERSION (14)

0 commit comments

Comments
 (0)