mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 14:51:51 +00:00
- do not list savegames for different IWADs.
This commit is contained in:
parent
f52e2a8cc4
commit
d9dbf26f63
1 changed files with 6 additions and 0 deletions
|
@ -271,6 +271,12 @@ void DLoadSaveMenu::ReadSaveStrings ()
|
|||
{
|
||||
missing = !G_CheckSaveGameWads(arc, false);
|
||||
}
|
||||
else
|
||||
{
|
||||
// different game. Skip this.
|
||||
delete savegame;
|
||||
continue;
|
||||
}
|
||||
|
||||
FSaveGameNode *node = new FSaveGameNode;
|
||||
node->Filename = filepath;
|
||||
|
|
Loading…
Reference in a new issue