Get rid of this debug line in NSTalkMonster
This commit is contained in:
parent
6c7e3e8c06
commit
2aa6917026
1 changed files with 0 additions and 1 deletions
|
@ -810,7 +810,6 @@ NSTalkMonster::predraw(void)
|
||||||
|
|
||||||
/* mouth flapping action */
|
/* mouth flapping action */
|
||||||
bonecontrol5 = getchannellevel(this, CHAN_VOICE) * 20;
|
bonecontrol5 = getchannellevel(this, CHAN_VOICE) * 20;
|
||||||
print(sprintf("voice: %f\n", bonecontrol5));
|
|
||||||
|
|
||||||
m_flBaseTime = frame1time;
|
m_flBaseTime = frame1time;
|
||||||
ProcessWordQue();
|
ProcessWordQue();
|
||||||
|
|
Loading…
Reference in a new issue