diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2026-02-11 00:14:18 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-11 00:14:18 -0800 |
| commit | a07ec61d666522ef022bf490a2b95b43e081884b (patch) | |
| tree | 678ab1cd3a5fd53dacec121bc19b55bf48a4a888 /include/d/actor | |
| parent | e537b32c66cca1bed986862ff6d16e2484f53286 (diff) | |
fix compiler warnings (#3094)
Diffstat (limited to 'include/d/actor')
| -rw-r--r-- | include/d/actor/d_a_npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |
