mirror of
https://github.com/openmoh/openmohaa.git
synced 2025-04-28 21:57:57 +03:00
Remove tmvolume like other commands when shutting down OpenAL
This commit is contained in:
parent
735832829d
commit
857d25825b
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue