git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@8207
d7cf8633-e32d-0410-b094-
e92efae38249
if (wav_init)
{
- /*
// Find which sound blocks have completed
for (;;)
{
}
return (snd_completed * wav_buffer_size) / factor;
- */
+
+ /*
+ * S_PaintAndSubmit: WARNING: newsoundtime (soundtime (275 < 134217707)
+ * apparently this sound time wraps quite early?
mmtime.wType = TIME_SAMPLES;
res = waveOutGetPosition(hWaveOut, &mmtime, sizeof(mmtime));
if(res == MMSYSERR_NOERROR)
return mmtime.u.sample;
+
+ */
}
return 0;