From b5c88957f080ef414c3942ea6556169ba7f19d92 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Fri, 17 Apr 2020 12:29:46 +0300 Subject: [PATCH] - fixed detection of standalone IWADs https://forum.zdoom.org/viewtopic.php?t=68218 --- src/d_iwad.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/d_iwad.cpp b/src/d_iwad.cpp index 21c989886..b9a8ae5d0 100644 --- a/src/d_iwad.cpp +++ b/src/d_iwad.cpp @@ -372,6 +372,9 @@ int FIWadManager::CheckIWADInfo(const char* fn) return i; } } + + mOrderNames.Push(result.Name); + return mIWadInfos.Push(result); } catch (CRecoverableError & err) {