mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-26 16:31:57 -04:00
Sakuita rope Matching (#2470)
* Change dComIfGp_getAttention to return a pointer * d_a_obj_sakuita_rope Matching
This commit is contained in:
@@ -121,9 +121,9 @@ int daCoachFire_c::execute() {
|
||||
setNoHitTimer();
|
||||
}
|
||||
if (coach != NULL && coach->checkCoachBlazing()) {
|
||||
dAttention_c& attn = dComIfGp_getAttention();
|
||||
if (attn.LockonTruth()) {
|
||||
if (attn.LockonTarget(0) != this) {
|
||||
dAttention_c* attn = dComIfGp_getAttention();
|
||||
if (attn->LockonTruth()) {
|
||||
if (attn->LockonTarget(0) != this) {
|
||||
if (coach->deleteFireArrowFromList(fopAcM_GetID(this)) != NULL) {
|
||||
fopAcM_delete(this);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user