]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix post qc_updates merge fallout
authorTimePath <andrew.hardaker1995@gmail.com>
Mon, 2 Feb 2015 09:26:21 +0000 (20:26 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Mon, 2 Feb 2015 09:26:21 +0000 (20:26 +1100)
qcsrc/client/casings.qc

index 6c14fc3a2bc5c7b4725c759a2cd3f282f0cf2772..6068a799f752892a2d1dc8f86b7d412537c0644c 100644 (file)
@@ -22,7 +22,7 @@ void Casing_Draw()
 {
        if(self.move_flags & FL_ONGROUND)
        {
-               self.move_angles.x = 0;
+               self.move_angles_x = 0;
                self.move_angles_z = 0;
                self.flags &= ~FL_ONGROUND;
        }