From 424d1d7b71a561cd044c1cd543a2687592e9e3e5 Mon Sep 17 00:00:00 2001 From: Miguel Date: Thu, 14 May 2026 22:10:09 -0700 Subject: [PATCH] Fixed Debug target not compiling (#1157) * Update f_op_actor_mng.h * Update f_op_actor_mng.h --- include/f_op/f_op_actor_mng.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/f_op/f_op_actor_mng.h b/include/f_op/f_op_actor_mng.h index 5b11f0e57a..76a9f8517c 100644 --- a/include/f_op/f_op_actor_mng.h +++ b/include/f_op/f_op_actor_mng.h @@ -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); }