diff --git a/src/d_main.cpp b/src/d_main.cpp index f6a7e7cc7..431f55e8a 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -981,6 +981,7 @@ void D_ErrorCleanup () G_CheckDemoStatus (); Net_ClearBuffers (); G_NewInit (); + M_ClearMenus (); singletics = false; playeringame[0] = 1; players[0].playerstate = PST_LIVE;