Merge pull request #12276 from Tilka/ax_volume

AX: make volume field signed
This commit is contained in:
Tilka 2023-11-12 19:35:15 +00:00 committed by GitHub
commit 4285e9d8aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ struct PBDpopWM
struct PBVolumeEnvelope
{
u16 cur_volume; // Volume at start of frame
s16 cur_volume; // Volume at start of frame
s16 cur_volume_delta; // Signed per sample delta (96 samples per frame)
};