reset warning message when leaving menu with backspace

This commit is contained in:
Fabian Greffrath 2022-05-02 13:22:15 +02:00
parent c78a0ab2d7
commit 309bb70d23

View File

@ -5764,6 +5764,7 @@ boolean M_Responder (event_t* ev)
default_verify = false; // phares 4/19/98
set_general_active = false; // killough 10/98
set_compat_active = false; // killough 10/98
print_warning_about_changes = false; // [FG] reset
HU_Start(); // catch any message changes // phares 4/19/98
S_StartSound(NULL,sfx_swtchx);
return true;