]> de.git.xonotic.org Git - voretournament/voretournament.git/blobdiff - data/qcsrc/server/cl_client.qc
Finally fix the server code attempting to animate stomach models... an issue which...
[voretournament/voretournament.git] / data / qcsrc / server / cl_client.qc
index a946c85474a08987fa709bf143ea960b6bbfa0ed..b9f654aa5be4e8235322cd129bb3a57a6817ba08 100644 (file)
@@ -526,6 +526,7 @@ float Client_customizeentityforclient()
        {\r
                applymodel = strcat(substring(self.playermodel, 0, strlen(self.playermodel) - 4), "_stomach.md3"); // 4 is the extension length\r
                Client_setmodel(applymodel);\r
+               self.frame = 0; // don't use any animations as a stomach\r
                self.alpha = other.cvar_cl_vore_stomachmodel;\r
                return TRUE;\r
        }\r