call CL_ShutdownInput()

This commit is contained in:
smallmodel 2024-09-22 16:39:30 +02:00
parent d57ea3695b
commit dbd10a281b
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512
2 changed files with 4 additions and 0 deletions

View file

@ -3567,6 +3567,8 @@ void CL_Shutdown(const char* finalmsg, qboolean disconnect, qboolean quit) {
Cmd_RemoveCommand ("video");
Cmd_RemoveCommand ("stopvideo");
CL_ShutdownInput();
Cvar_Set( "cl_running", "0" );
recursive = qfalse;