Small d_a_mg_rod fixes (#2874)

This commit is contained in:
Max Roncace
2025-11-26 23:01:55 -05:00
committed by GitHub
parent 3080360a2a
commit 90133fb1cb
5 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -1317,7 +1317,7 @@ BOOL dSv_event_c::isEventBit(const u16 i_no) const {
}
/* 800349E0-80034A04 02F320 0024+00 0/0 12/12 17/17 .text setEventReg__11dSv_event_cFUsUc */
void dSv_event_c::setEventReg(const u16 i_reg, u8 i_no) {
void dSv_event_c::setEventReg(u16 i_reg, u8 i_no) {
mEvent[i_reg >> 8] &= ~(u8)i_reg;
mEvent[i_reg >> 8] |= i_no;
}