From a07ec61d666522ef022bf490a2b95b43e081884b Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Wed, 11 Feb 2026 00:14:18 -0800 Subject: fix compiler warnings (#3094) --- include/d/actor/d_a_npc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/d/actor/d_a_npc.h b/include/d/actor/d_a_npc.h index 6ea1e22a94..9dbc9f8d5f 100644 --- a/include/d/actor/d_a_npc.h +++ b/include/d/actor/d_a_npc.h @@ -169,7 +169,7 @@ public: int chkPassed1(cXyz, int); int chkPassed2(cXyz, cXyz*, int, int); #if DEBUG - int drawDbgInfo(f32, int); + void drawDbgInfo(f32, int); #endif daNpcT_Path_c() { -- cgit v1.2.3