Fixed Debug target not compiling (#1157)

* Update f_op_actor_mng.h

* Update f_op_actor_mng.h
This commit is contained in:
Miguel
2026-05-14 22:10:09 -07:00
committed by GitHub
parent 26be454999
commit 424d1d7b71
+1 -1
View File
@@ -108,7 +108,7 @@ struct fopAcM_search_prm {
struct fOpAcm_HIO_entry_c : public mDoHIO_entry_c {
virtual ~fOpAcm_HIO_entry_c() {}
#if DEBUG
#if DEBUG && !TARGET_PC
void removeHIO(const fopAc_ac_c* i_this) { removeHIO(*i_this); }
void removeHIO(const fopAc_ac_c& i_this) { removeHIO(i_this.base); }
void removeHIO(const fopEn_enemy_c& i_this) { removeHIO(i_this.base); }