summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_hozelda.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/d/actor/d_a_hozelda.cpp')
-rw-r--r--src/d/actor/d_a_hozelda.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_hozelda.cpp b/src/d/actor/d_a_hozelda.cpp
index dc2728f390..7eecc9f4f2 100644
--- a/src/d/actor/d_a_hozelda.cpp
+++ b/src/d/actor/d_a_hozelda.cpp
@@ -481,7 +481,7 @@ void daHoZelda_c::setAnm() {
}
BOOL gnd_lockon;
- if (dComIfGp_getAttention().GetLockonList(0) != NULL && dComIfGp_getAttention().LockonTruth() && dComIfGp_getAttention().GetLockonList(0)->getActor() == gnd_actor) {
+ if (dComIfGp_getAttention()->GetLockonList(0) != NULL && dComIfGp_getAttention()->LockonTruth() && dComIfGp_getAttention()->GetLockonList(0)->getActor() == gnd_actor) {
gnd_lockon = TRUE;
} else {
gnd_lockon = FALSE;