]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/vehicles/racer.qh
Use old behaviour as default
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / vehicles / racer.qh
1 #ifndef RACER_H
2 #define RACER_H
3 const vector RACER_MIN = '-120 -120 -40';
4 const vector RACER_MAX = '120 120 40';
5 #endif