d_a_bomb2 OK

This commit is contained in:
LagoLunatic
2023-12-29 03:41:50 -05:00
parent 463852850f
commit 2c44ba2bd4
6 changed files with 221 additions and 56 deletions
+1 -1
View File
@@ -160,5 +160,5 @@ void daBomb2::Act_c::set_no_hit() {
}
bool daBomb2::Act_c::chk_explode() {
return field_0x694 == 2;
return mState == 2;
}