Browse Source

engine: s_mouth: fix another signed char

pull/2/head
Alibek Omarov 5 years ago
parent
commit
13c1e807ad
  1. 2
      engine/client/s_mouth.c

2
engine/client/s_mouth.c

@ -57,7 +57,7 @@ void SND_CloseMouth( channel_t *ch )
void SND_MoveMouth8( channel_t *ch, wavdata_t *pSource, int count ) void SND_MoveMouth8( channel_t *ch, wavdata_t *pSource, int count )
{ {
cl_entity_t *clientEntity; cl_entity_t *clientEntity;
char *pdata = NULL; signed char *pdata = NULL;
mouth_t *pMouth = NULL; mouth_t *pMouth = NULL;
int scount, pos = 0; int scount, pos = 0;
int savg, data; int savg, data;

Loading…
Cancel
Save