diff --git a/cgdoom/cgdoom.c b/cgdoom/cgdoom.c index d602e43..31ec9e5 100644 --- a/cgdoom/cgdoom.c +++ b/cgdoom/cgdoom.c @@ -380,7 +380,7 @@ static FileMapping gWADMap; static SectorIndexInfo *gIndex = NULL; /* Global options */ -int CGD_TrustUnalignedLumps = 0; +int CGD_TrustUnalignedLumps = 1; /* Performance counters */ struct CGD_Perf CGD_Perf;