mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Make _WM_AdjustNoteVolume's pan_ofs a signed int
This commit is contained in:
parent
db527c02f3
commit
dc66f4cb3f
1 changed files with 1 additions and 1 deletions
|
@ -1417,7 +1417,7 @@ get_sample_data(struct _patch *sample_patch, unsigned long int freq) {
|
|||
void _WM_AdjustNoteVolumes(struct _mdi *mdi, unsigned char ch, struct _note *nte) {
|
||||
double premix_dBm;
|
||||
double premix_lin;
|
||||
unsigned char pan_ofs;
|
||||
int pan_ofs;
|
||||
double premix_dBm_left;
|
||||
double premix_dBm_right;
|
||||
double premix_left;
|
||||
|
|
Loading…
Reference in a new issue