]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
fix another one...
authorRudolf Polzer <divverent@xonotic.org>
Mon, 17 Dec 2012 16:10:33 +0000 (17:10 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Mon, 17 Dec 2012 16:10:33 +0000 (17:10 +0100)
qcsrc/common/animdecide.qc

index 1848b7cbbc3f59abcd053ea55b3d7b01b9dd4ba7..f10c466be0e7e609ed62d605941072e4aa934cb1 100644 (file)
@@ -211,6 +211,9 @@ vector animdecide_getloweranim(entity e)
                }
        }
        // can't get here
+#ifdef GMQCC
+       return vec3(e.anim_idle_x, t, ANIMPRIO_IDLE);
+#endif
 }
 
 void animdecide_setimplicitstate(entity e, float onground)