]> git.xonotic.org Git - xonotic/darkplaces.git/commit
Make CDAudio_Play_byName static.
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 19 Oct 2018 07:02:35 +0000 (07:02 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 19 Oct 2018 07:02:35 +0000 (07:02 +0000)
commit2e9fe4d8070a563ff28a23a76285bad0e795f559
tree7f0b57cb0e2ed0a0b7ab091e4ab3281a944e2c61
parent19487ef2ebada39fb6a6a372b30ca4f66bb78ada
Make CDAudio_Play_byName static.

It isn't called by any other compilation units, but only internally by
other cd_shared.c functions; more importantly, it does not check for
music_playlist being active like CDAudio_Play does, which would at the
very least be confusing if someone were to add a string version of
qw_svc_cdtrack (WHY WOULD ONE).

Thus: no functional change here.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12467 d7cf8633-e32d-0410-b094-e92efae38249
cd_shared.c
cdaudio.h