]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/target/speaker.qh
Merge branch 'master' into 'terencehill/bot_waypoints'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / target / speaker.qh
1 #pragma once
2
3
4 const int SPEAKER_LOOPED_ON = BIT(0);
5 const int SPEAKER_LOOPED_OFF = BIT(1);
6 const int SPEAKER_GLOBAL = BIT(2); // legacy, set speaker atten to -1 instead
7 const int SPEAKER_ACTIVATOR = BIT(3);