]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cd_shared.c
--Trninghis line, and those below, will be ignored--
[xonotic/darkplaces.git] / cd_shared.c
index 5422d074563602f074c6566b38853cd5912001db..7706e91c3c05e61eb672d80235621b726e2ed7e8 100644 (file)
@@ -306,7 +306,7 @@ void CDAudio_Play (int track, qboolean looping)
        CDAudio_Play_byName(buf, looping);
 }
 
-float CDAudio_GetPosition ()
+float CDAudio_GetPosition (void)
 {
        if(faketrack != -1)
                return S_GetChannelPosition(faketrack);