]> git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
Removed wrong FIXME comment (in-game precached sounds don't need SFXFLAG_SERVERSOUND)
authormolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 1 Dec 2004 14:03:42 +0000 (14:03 +0000)
committermolivier <molivier@d7cf8633-e32d-0410-b094-e92efae38249>
Wed, 1 Dec 2004 14:03:42 +0000 (14:03 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4812 d7cf8633-e32d-0410-b094-e92efae38249

cl_parse.c

index 0e67fe36c2b245d8d4f55415413dcbb8f0d2d56c..eb1437c975baf2500677550bd82968d71894ccd4 100644 (file)
@@ -1516,7 +1516,6 @@ void CL_ParseServerMessage(void)
                                        if (i >= 1 && i < MAX_SOUNDS)
                                        {
                                                sfx_t *sfx = S_PrecacheSound (s, true, false);
-                                               // FIXME: SFXFLAG_SERVEROSUND should be set on the sfx
                                                if (!sfx)
                                                        Con_Printf("svc_precache: S_PrecacheSound(\"%s\") failed\n", s);
                                                cl.sound_precache[i] = sfx;