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 /src/d/actor/d_a_npc.cpp | |
| parent | e537b32c66cca1bed986862ff6d16e2484f53286 (diff) | |
fix compiler warnings (#3094)
Diffstat (limited to 'src/d/actor/d_a_npc.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc.cpp b/src/d/actor/d_a_npc.cpp index c9fc16906b..d407d42e7c 100644 --- a/src/d/actor/d_a_npc.cpp +++ b/src/d/actor/d_a_npc.cpp @@ -752,7 +752,7 @@ int daNpcT_Path_c::chkPassed2(cXyz i_pnt, cXyz* param_2, int i_num, int param_4) } #if DEBUG -int daNpcT_Path_c::drawDbgInfo(f32 param_0, int param_1) { +void daNpcT_Path_c::drawDbgInfo(f32 param_0, int param_1) { GXColor green = {0x80, 0xff, 0x80, 0xff}; GXColor blue = {0x80, 0x80, 0xff, 0xff}; GXColor red = {0xff, 0x80, 0x80, 0xff}; |
