Remove tmvolume like other commands when shutting down OpenAL

This commit is contained in:
smallmodel 2024-11-16 16:57:59 +01:00
parent 735832829d
commit 857d25825b
No known key found for this signature in database
GPG key ID: 9F2D623CEDF08512

View file

@ -682,6 +682,8 @@ void S_OPENAL_Shutdown()
Cmd_RemoveCommand("tmstart");
Cmd_RemoveCommand("tmstartloop");
Cmd_RemoveCommand("tmstop");
// Added in 2.0
Cmd_RemoveCommand("tmvolume");
S_OPENAL_NukeContext();