mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
Merge branch 'ACreTeam:master' into master
This commit is contained in:
@@ -805,9 +805,9 @@ extern void Nas_EntryTrack(channel* chan, note* n) {
|
||||
}
|
||||
}
|
||||
|
||||
playback->_80 = (int)(n->velocity_square2 * 11.5f);
|
||||
if (playback->_80 > 15) {
|
||||
playback->_80 = 15;
|
||||
playback->vel_conv_table_idx = (int)(n->velocity_square2 * 11.5f);
|
||||
if (playback->vel_conv_table_idx > 15) {
|
||||
playback->vel_conv_table_idx = 15;
|
||||
}
|
||||
|
||||
playback->bank_id = subtrack->bank_id;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user