mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +00:00
- fixed: Detection of MAP01 presence was wrong.
SVN r2950 (trunk)
This commit is contained in:
parent
ce7921c9d9
commit
8ebb555343
1 changed files with 1 additions and 1 deletions
|
@ -1809,7 +1809,7 @@ static FString CheckGameInfo(TArray<FString> & pwads)
|
|||
|
||||
static void SetMapxxFlag()
|
||||
{
|
||||
int lump_name = Wads.CheckNumForName("MAP01", FWadCollection::IWAD_FILENUM);
|
||||
int lump_name = Wads.CheckNumForName("MAP01", ns_global, FWadCollection::IWAD_FILENUM);
|
||||
int lump_wad = Wads.CheckNumForFullName("maps/map01.wad", FWadCollection::IWAD_FILENUM);
|
||||
int lump_map = Wads.CheckNumForFullName("maps/map01.map", FWadCollection::IWAD_FILENUM);
|
||||
|
||||
|
|
Loading…
Reference in a new issue