Skip to content
Snippets Groups Projects
Commit 94681bdf authored by deuce's avatar deuce
Browse files

Fixed bug in last commit

parent 919fae88
No related branches found
No related tags found
No related merge requests found
......@@ -141,8 +141,8 @@ static int save_menu_cur=-1;
static int save_menu_bar=-1;
void reset_dynamic(void) {
*last_menu_cur=NULL;
*last_menu_bar=NULL;
last_menu_cur=NULL;
last_menu_bar=NULL;
save_menu_cur=-1;
save_menu_bar=-1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment