mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-06 18:01:01 -04:00
Sakuita rope Matching (#2470)
* Change dComIfGp_getAttention to return a pointer * d_a_obj_sakuita_rope Matching
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#include "d/d_stage.h"
|
||||
#include "f_op/f_op_actor.h"
|
||||
|
||||
dAttention_c& dComIfGp_getAttention();
|
||||
dAttention_c* dComIfGp_getAttention();
|
||||
|
||||
struct dCamMapToolData {
|
||||
dCamMapToolData() { Clr(); }
|
||||
@@ -419,9 +419,9 @@ public:
|
||||
}
|
||||
|
||||
void Att() {
|
||||
dAttention_c& attn = dComIfGp_getAttention();
|
||||
mpLockonTarget = attn.LockonTruth() ? attn.LockonTarget(0) : NULL;
|
||||
attn.LockSoundOn();
|
||||
dAttention_c* attn = dComIfGp_getAttention();
|
||||
mpLockonTarget = attn->LockonTruth() ? attn->LockonTarget(0) : NULL;
|
||||
attn->LockSoundOn();
|
||||
}
|
||||
|
||||
void SetWindow(f32 param_0, f32 param_1) {
|
||||
|
||||
Reference in New Issue
Block a user