woops forgot to push this

This commit is contained in:
toasterbabe 2017-04-04 21:29:44 +01:00
parent 3efa66d537
commit 6c923b26e7
1 changed files with 6 additions and 0 deletions

View File

@ -2424,14 +2424,20 @@ boolean M_Responder(event_t *ev)
M_NextOpt();
S_StartSound(NULL, sfx_menu1);
if (currentMenu == &MISC_ChangeGameTypeDef)
{
Z_Free(char_notes);
char_notes = NULL;
}
return true;
case KEY_UPARROW:
M_PrevOpt();
S_StartSound(NULL, sfx_menu1);
if (currentMenu == &MISC_ChangeGameTypeDef)
{
Z_Free(char_notes);
char_notes = NULL;
}
return true;
case KEY_LEFTARROW: