]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/mapobjects/misc/follow.qh
Optimize vehicle impact code by only calling vlen() if damage would be taken
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / misc / follow.qh
1 #pragma once
2
3
4 const int FOLLOW_ATTACH = BIT(0);
5 const int FOLLOW_LOCAL = BIT(1);