- snd_reset cannot be shared.

This commit is contained in:
Christoph Oelckers 2022-10-02 20:22:23 +02:00
commit 519005ff4d
3 changed files with 11 additions and 5 deletions

View file

@ -1854,11 +1854,6 @@ CCMD(snd_status)
GSnd->PrintStatus();
}
CCMD(snd_reset)
{
S_SoundReset();
}
CCMD(snd_listdrivers)
{
GSnd->PrintDriversList();

View file

@ -1427,3 +1427,8 @@ CCMD (loopsound)
}
}
CCMD(snd_reset)
{
S_SoundReset();
}