------------------------------------------------------------------------ r1581 | plagman | 2010-01-05 06:22:46 -0800 (Tue, 05 Jan 2010) | 1 line Fixes a bug when you can't enable music from the sounds menu. Not sure why this line had a multiplayer-related check before rev 1574 yet. ------------------------------------------------------------------------ r1580 | plagman | 2010-01-04 20:57:51 -0800 (Mon, 04 Jan 2010) | 1 line Changing S_TestSoundCallback() back to what it was before revision 1490 since calling into MultiVoc from the DirectSound buffer worker thread can cause deadlocks. TODO: make the callback value accurately point to the sound instance. Maybe change the type to intptr_t and directly pass a pointer? ------------------------------------------------------------------------