mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-30 16:01:49 +00:00
- fixed saving game to wrong save slot
This is a temporary solution as it makes GZDoom and Raze code bases incompatible https://forum.zdoom.org/viewtopic.php?t=72085
This commit is contained in:
parent
a2d3dbf74e
commit
8695325383
1 changed files with 0 additions and 1 deletions
|
@ -232,7 +232,6 @@ DEFINE_ACTION_FUNCTION(FSavegameManager, LoadSavegame)
|
|||
|
||||
void FSavegameManagerBase::DoSave(int Selected, const char *savegamestring)
|
||||
{
|
||||
RemoveNewSaveNode();
|
||||
if (Selected != 0)
|
||||
{
|
||||
auto node = SaveGames[Selected];
|
||||
|
|
Loading…
Reference in a new issue