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) {