diff options
| author | Max Roncace <me@caseif.net> | 2025-11-25 15:32:01 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-25 22:32:01 +0200 |
| commit | 9f76ba2f69e32317377477fdd341f4951a012cf0 (patch) | |
| tree | baeeb93b7e97f335bd4fc445817b7c00f2ea0e22 /src/d/actor/d_a_obj_gadget.cpp | |
| parent | 360bad39952e0b9ad72cfa75a2763ef9dab69064 (diff) | |
d_a_npc debug work (#2863)
* Remove d_a_npc3.cpp
This file appears to not actually be real and the asserts in its
functions all reference d_a_npc2.cpp instead.
* d_a_npc debug almost matching
Diffstat (limited to 'src/d/actor/d_a_obj_gadget.cpp')
| -rw-r--r-- | src/d/actor/d_a_obj_gadget.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/d/actor/d_a_obj_gadget.cpp b/src/d/actor/d_a_obj_gadget.cpp index d16d1dbb5e..8d874ca788 100644 --- a/src/d/actor/d_a_obj_gadget.cpp +++ b/src/d/actor/d_a_obj_gadget.cpp @@ -7,6 +7,7 @@ #include "d/actor/d_a_obj_gadget.h" #include "d/actor/d_a_npc.h" +#include "d/actor/d_a_npc4.h" #include "d/d_path.h" #include "d/d_cc_d.h" #include "Z2AudioLib/Z2Instances.h" |
