]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/misc/corner.qc
Merge branch 'TimePath/experiments/csqc_prediction' into Mario/qc_physics
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / misc / corner.qc
1 #ifdef SVQC
2 void spawnfunc_path_corner()
3 {
4         // setup values for overriding train movement
5         // if a second value does not exist, both start and end speeds are the single value specified
6         if(!set_platmovetype(self, self.platmovetype))
7                 return;
8 }
9 #endif