Appropriate rename. (I would have done more in this commit, but I need to merge deez nux.)

This commit is contained in:
toasterbabe 2017-04-29 16:40:07 +01:00
parent bf740f60cc
commit a59dc43cfd
2 changed files with 2 additions and 2 deletions

View File

@ -665,7 +665,7 @@ boolean preparefilemenu(boolean samedepth)
searchdir;
if (ext >= EXT_MD5)
if (ext >= EXT_LOADSTART)
{
size_t i;
for (i = 0; i < numwadfiles; i++)

View File

@ -51,7 +51,7 @@ typedef enum
EXT_TXT = EXT_START,
EXT_CFG,
EXT_MD5,
EXT_WAD = EXT_MD5,
EXT_WAD = EXT_LOADSTART,
EXT_SOC,
EXT_LUA, // allowed even if not HAVE_BLUA so that we can yell on load attempt
NUM_EXT,