mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-16 09:11:21 +00:00
- undo last commit
SVN r2815 (menu)
This commit is contained in:
parent
12c8d09a20
commit
5344d110fc
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ int DLoadSaveMenu::RemoveSaveSlot (int index)
|
|||
Selected = -1;
|
||||
}
|
||||
if (!file->bNoDelete) delete file;
|
||||
delete SaveGames[index];
|
||||
SaveGames.Delete(index);
|
||||
if ((unsigned)index >= SaveGames.Size()) index--;
|
||||
return index;
|
||||
|
|
Loading…
Reference in a new issue