mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
Deregistriere ogg_init und ogg-shutdown
This commit is contained in:
parent
46e378c6d4
commit
758d82fe4c
1 changed files with 2 additions and 0 deletions
|
@ -196,6 +196,8 @@ S_Shutdown ( void )
|
|||
Cmd_RemoveCommand( "soundinfo" );
|
||||
Cmd_RemoveCommand( "play" );
|
||||
Cmd_RemoveCommand( "stopsound" );
|
||||
Cmd_RemoveCommand( "ogg_init" );
|
||||
Cmd_RemoveCommand( "ogg_shutdown" );
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in a new issue