engine: s_mouth: fix another signed char
This commit is contained in:
parent
6e95e19589
commit
13c1e807ad
1 changed files with 7 additions and 7 deletions
|
@ -57,7 +57,7 @@ void SND_CloseMouth( channel_t *ch )
|
|||
void SND_MoveMouth8( channel_t *ch, wavdata_t *pSource, int count )
|
||||
{
|
||||
cl_entity_t *clientEntity;
|
||||
char *pdata = NULL;
|
||||
signed char *pdata = NULL;
|
||||
mouth_t *pMouth = NULL;
|
||||
int scount, pos = 0;
|
||||
int savg, data;
|
||||
|
|
Loading…
Add table
Reference in a new issue