summaryrefslogtreecommitdiffstats
path: root/source/opendingux/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/opendingux/gui.c')
-rw-r--r--source/opendingux/gui.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/opendingux/gui.c b/source/opendingux/gui.c
index 06fe475..0f097c6 100644
--- a/source/opendingux/gui.c
+++ b/source/opendingux/gui.c
@@ -898,7 +898,6 @@ static void ActionSavedStateRead(struct Menu** ActiveMenu, uint32_t* ActiveMenuE
ShowErrorScreen("Reading saved state #%" PRIu32 " failed:\nFile format invalid", SelectedState + 1);
break;
}
- *ActiveMenu = NULL;
}
static void ActionSavedStateWrite(struct Menu** ActiveMenu, uint32_t* ActiveMenuEntryIndex)