]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/mapobjects/func/train.qh
Merge branch 'terencehill/casings_tweaks' into 'master'
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / func / train.qh
1 #pragma once
2
3
4 const int TRAIN_CURVE = BIT(0);
5 const int TRAIN_TURN = BIT(1);
6 const int TRAIN_NEEDACTIVATION = BIT(2);
7
8 #ifdef CSQC
9 .float dmgtime;
10 #endif