Merge branch 'master' of github.com:diasurgical/devilution

This commit is contained in:
Anders Jenbo 2020-11-04 03:02:20 +01:00
commit fa3785a475
21 changed files with 760 additions and 1019 deletions

View file

@ -1162,7 +1162,7 @@ void FreeMonsterSnd()
}
}
static BOOL calc_snd_position(int x, int y, int *plVolume, int *plPan)
BOOL calc_snd_position(int x, int y, int *plVolume, int *plPan)
{
int pan, volume;