]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't align monster with ground
authorMario <mario.mario@y7mail.com>
Wed, 5 Jun 2013 18:38:09 +0000 (04:38 +1000)
committerMario <mario.mario@y7mail.com>
Wed, 5 Jun 2013 18:38:09 +0000 (04:38 +1000)
qcsrc/client/monsters.qc

index 1942144043f6f68b95d18b8679e0316516f51aa8..c3eef3c1666970e58083edd2c99de72128ac96d5 100644 (file)
@@ -232,7 +232,7 @@ void monster_draw()
                return;
     
        fixedmakevectors(self.angles);
-       movelib_groundalign4point(50, 25, 0.25, 45);
+       //movelib_groundalign4point(50, 25, 0.25, 45);
        setorigin(self, self.origin + self.velocity * dt);
        self.angles_y = self.move_angles_y;
 }