BE swap shop params, fix shop cursor projection, handle divide by zero in d_vibration, stub startLevelSound audio func

This commit is contained in:
CraftyBoss
2026-03-16 22:01:46 -07:00
parent a10f7b7806
commit e17c32f41e
4 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -2008,7 +2008,7 @@ int dMsgFlow_c::event015(mesg_flow_node_event* i_flowNode_p, fopAc_ac_c* i_speak
int dMsgFlow_c::event016(mesg_flow_node_event* i_flowNode_p, fopAc_ac_c* i_speaker_p) {
dShopSystem_c* shop = (dShopSystem_c*)i_speaker_p;
shop->setEventParam(*(u32*)i_flowNode_p->params);
shop->setEventParam(*(BE(u32)*)i_flowNode_p->params);
u8 prm[4];
getParam(prm, i_flowNode_p->params);