]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics/movetypes/push.qc
Sort most common includes alphabetically
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / movetypes / push.qc
index 66ff42a69f30b4ca5ab8584ca1cae7edef23b2cf..1b654b59c7e9329197d1b4cad8650b6eeff641f8 100644 (file)
@@ -1,4 +1,5 @@
 #include "push.qh"
+
 void _Movetype_PushMove(entity this, float dt) // SV_PushMove
 {
        if(this.velocity == '0 0 0' && this.avelocity == '0 0 0')