mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-30 13:10:55 +00:00
Appropriate rename. (I would have done more in this commit, but I need to merge deez nux.)
This commit is contained in:
parent
bf740f60cc
commit
a59dc43cfd
2 changed files with 2 additions and 2 deletions
|
@ -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++)
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue