X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Fsounds%2Fall.qh;h=02098e8755dc805eec8e8a4605544ca5df34b719;hb=aa91709ca58a4c44cdcdee7668bc940831c55b78;hp=8225db7368c30f5593c2c1e435897b0123cbb8d5;hpb=46ae54b152183f3e2895457f958fe830b1d97eb8;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/sounds/all.qh b/qcsrc/common/sounds/all.qh index 8225db736..02098e875 100644 --- a/qcsrc/common/sounds/all.qh +++ b/qcsrc/common/sounds/all.qh @@ -11,7 +11,7 @@ REGISTER_REGISTRY(Sounds) string SND_##name##_get() { return path; } \ REGISTER(Sounds, SND, name, m_id, NEW(Sound, SND_##name##_get)) -// Used in places where a string is required +/** @deprecated Used in places where a string is required for legacy reasons, prefer using SND_id constants instead */ #define SND(id) Sound_fixpath(SND_##id) PRECACHE(Sounds) {