]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/physics/movetypes/follow.qc
take3: format 903 files
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / physics / movetypes / follow.qc
index 3009069052f7de48c7a4e7a0fa25f69f993cac21..b98144dc80d0ea84202eec98fdd2f413a85b0a10 100644 (file)
@@ -3,12 +3,9 @@ void _Movetype_Physics_Follow(entity this) // SV_Physics_Follow
 {
        entity e = this.aiment;
 
-       if(e.angles == this.punchangle)
-       {
+       if (e.angles == this.punchangle) {
                this.origin = e.origin + this.view_ofs;
-       }
-       else
-       {
+       } else {
                vector ang, v;
                ang_x = -this.punchangle_x;
                ang_y = this.punchangle_y;