mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-10 22:31:52 -04:00
Demo: Match barrel2 mode_demo_explode0
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user