Mouth movement enabled for scientist. Use the latest FTEQW rev to avoid crashes

This commit is contained in:
Marco Cawthorne 2019-08-10 22:32:32 -07:00
parent cfc9becb72
commit c2c98c54e5

View file

@ -18,7 +18,7 @@ float Scientist_PreDraw(void)
self.initedsci = TRUE;
}
//self.bonecontrol5 = getchannellevel(self, CHAN_VOICE);
self.bonecontrol5 = getchannellevel(self, CHAN_VOICE) * 20;
/* HACK: We're abusing this networked field, so reset */
self.colormod = [0,0,0];