Demo: Match barrel2 mode_demo_explode0

This commit is contained in:
LagoLunatic
2025-08-03 23:47:09 -04:00
parent 816f08fc7c
commit ea4725a8d5
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -3362,8 +3362,7 @@ inline void dComIfGp_evmng_cancelStartDemo() {
}
inline BOOL dComIfGp_evmng_existence(const char* pName) {
s16 eventIdx = dComIfGp_evmng_getEventIdx(pName);
return g_dComIfG_gameInfo.play.getEvtManager().getEventData(eventIdx) != NULL;
return g_dComIfG_gameInfo.play.getEvtManager().getEventData(dComIfGp_evmng_getEventIdx(pName)) != NULL;
}
inline BOOL dComIfGp_evmng_existence(s16 eventIdx) {
+1 -1
View File
@@ -566,7 +566,7 @@ void daObjBarrel2::Act_c::mode_demo_explode0_init() {
/* 000015FC-000016D8 .text mode_demo_explode0__Q212daObjBarrel25Act_cFv */
bool daObjBarrel2::Act_c::mode_demo_explode0() {
bool uVar2 = TRUE;
bool uVar2 = true;
item_drop();