X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fcommon%2Ftriggers%2Ftarget%2Fmusic.qh;h=1884879764f20d0e21f3f75f83cb56a8d5f5a093;hb=e0e847a336cdb7ab1fcb93d3cf3e1402b761a726;hp=712d412f6ac4b003daee36eca37de96aa33b804a;hpb=9c09a961b8674e3a808889d3f34d71855018d3bc;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/common/triggers/target/music.qh b/qcsrc/common/triggers/target/music.qh index 712d412f6..188487976 100644 --- a/qcsrc/common/triggers/target/music.qh +++ b/qcsrc/common/triggers/target/music.qh @@ -22,7 +22,8 @@ void Ent_TriggerMusic_Think(); void Ent_TriggerMusic_Remove(); -void Ent_ReadTriggerMusic(); +#elif defined(SVQC) +void target_music_kill(); #endif #endif