mirror of
https://github.com/zeldaret/tww.git
synced 2026-07-30 15:53:50 -04:00
d_a_am 100%, no match
This commit is contained in:
@@ -540,7 +540,7 @@ void daObjBarrier_ef_c::execute() {
|
||||
if (((active_flags >> i) & 1)) {
|
||||
mBtk[i].play();
|
||||
|
||||
if ((int)mBtk[i].isStop() == true) {
|
||||
if (mBtk[i].isStop() == true) {
|
||||
active_flags ^= 1 << i;
|
||||
mHitActor[i] = NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user