fix B1 command automask for running tests in 2023

This commit is contained in:
Martin Michelsen
2023-01-01 00:15:08 -08:00
parent d337517317
commit 353614e65c
+1 -1
View File
@@ -287,7 +287,7 @@ void ReplaySession::apply_default_mask(shared_ptr<Event> ev) {
break;
}
case 0xB1: {
for (size_t x = 8; x < ev->mask.size(); x++) {
for (size_t x = 4; x < ev->mask.size(); x++) {
ev->mask[x] = 0;
}
break;