mirror of https://github.com/zeldaret/tp.git
fixed broken match
This commit is contained in:
parent
ae27b9ce23
commit
a626a76980
|
@ -76,7 +76,7 @@ public:
|
|||
/* 804CAEE8 */ int execute();
|
||||
/* 804CBC60 */ int draw();
|
||||
|
||||
virtual bool checkExplodeNow() { return field_0xb51 != 0; }
|
||||
virtual u8 checkExplodeNow() { return field_0xb51 != 0; }
|
||||
virtual void deleteBombAndEffect() {
|
||||
fopAcM_delete(this);
|
||||
onStateFlg0(FLG0_UNK_40);
|
||||
|
|
|
@ -32,7 +32,7 @@ public:
|
|||
static bool checkWaterBomb(fopAc_ac_c*);
|
||||
static bool checkInsectBombMove(fopAc_ac_c*);
|
||||
|
||||
virtual bool checkExplodeNow() { return FALSE; }
|
||||
virtual u8 checkExplodeNow() { return false; }
|
||||
virtual void deleteBombAndEffect() {}
|
||||
virtual void setCargoBombExplode() {}
|
||||
|
||||
|
|
Loading…
Reference in New Issue