Mouth movement enabled for scientist. Use the latest FTEQW rev to avoid crashes
This commit is contained in:
parent
cfc9becb72
commit
c2c98c54e5
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ float Scientist_PreDraw(void)
|
||||||
self.initedsci = TRUE;
|
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 */
|
/* HACK: We're abusing this networked field, so reset */
|
||||||
self.colormod = [0,0,0];
|
self.colormod = [0,0,0];
|
||||||
|
|
Loading…
Reference in a new issue