mirror of
https://github.com/zeldaret/tww.git
synced 2026-05-31 17:31:50 -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) {
|
||||
|
||||
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user