mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-01 00:21:35 +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);
|
missing = !G_CheckSaveGameWads(arc, false);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
// different game. Skip this.
|
||||||
|
delete savegame;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
|
|
||||||
FSaveGameNode *node = new FSaveGameNode;
|
FSaveGameNode *node = new FSaveGameNode;
|
||||||
node->Filename = filepath;
|
node->Filename = filepath;
|
||||||
|
|
Loading…
Reference in a new issue