- fix erroneous check in previous commit
This commit is contained in:
parent
cf0ec91a53
commit
44494bfdc3
1 changed files with 1 additions and 1 deletions
|
|
@ -846,7 +846,7 @@ int FIWadManager::IdentifyVersion (std::vector<std::string>&wadfiles, const char
|
|||
{
|
||||
bool wantsnetgame = (Args->CheckParm("-join") || Args->CheckParm("-host"));
|
||||
|
||||
if ((wantsnetgame && i_loadsupportwad == 1) || (i_loadsupportwad == 2))
|
||||
if ((!wantsnetgame && i_loadsupportwad == 1) || (i_loadsupportwad == 2))
|
||||
{
|
||||
FString supportWAD = IWADPathFileSearch(info.SupportWAD);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue