mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- commented out autoloading of .DEH lumps for maint branch.
This commit is contained in:
parent
805de60aa4
commit
27de9f45af
1 changed files with 2 additions and 0 deletions
|
@ -2338,6 +2338,7 @@ int D_LoadDehLumps()
|
|||
count += D_LoadDehLump(lumpnum);
|
||||
}
|
||||
|
||||
#if 0 // commented out for 'maint' version.
|
||||
if (0 == PatchSize)
|
||||
{
|
||||
// No DEH/BEX patch is loaded yet, try to find lump(s) with specific extensions
|
||||
|
@ -2358,6 +2359,7 @@ int D_LoadDehLumps()
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
return count;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue