]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/vehicles/raptor.qh
Merge remote-tracking branch 'origin/master' into terencehill/menu_remove_tab_title
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / raptor.qh
1 #ifndef RAPTOR_H
2 #define RAPTOR_H
3 const float RSM_FIRST = 0;
4 const float RSM_BOMB = 0;
5 const float RSM_FLARE = 1;
6 const float RSM_LAST = 1;
7
8 const vector RAPTOR_MIN = '-80 -80 0';
9 const vector RAPTOR_MAX = '80 80 70';
10
11 #endif