mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
P_AddWadFile: Do not I_Error if the file is not loaded due to invalid P_PartialAddGetStage
This commit is contained in:
parent
b6aed379b5
commit
e0c9014547
1 changed files with 3 additions and 1 deletions
|
|
@ -8314,7 +8314,9 @@ boolean P_AddWadFile(const char *wadfilename)
|
|||
if ((wadnum = P_PartialAddWadFile(wadfilename)) == UINT16_MAX)
|
||||
return false;
|
||||
|
||||
if (P_PartialAddGetStage() >= 0)
|
||||
P_MultiSetupWadFiles(true);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue