diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-29 15:45:57 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-05-29 16:34:55 -0400 |
| commit | bae595b973fd48b2c6606371ac577cbbccb7a9fb (patch) | |
| tree | 939f388f0dbd380db1045a7a4d8954cf43db2c33 /src/d/actor/d_a_npc_zl1.cpp | |
| parent | 5ac87a68855cbb4c9f5c3ab0095b2d969e4cd5de (diff) | |
Update all code to use the new enum formats
Diffstat (limited to 'src/d/actor/d_a_npc_zl1.cpp')
| -rw-r--r-- | src/d/actor/d_a_npc_zl1.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_npc_zl1.cpp b/src/d/actor/d_a_npc_zl1.cpp index 1fb56b3d..2a39b672 100644 --- a/src/d/actor/d_a_npc_zl1.cpp +++ b/src/d/actor/d_a_npc_zl1.cpp @@ -12,7 +12,7 @@ #include "m_Do/m_Do_ext.h" #include "SSystem/SComponent/c_counter.h" #include "d/actor/d_a_player.h" -#include "d/res/res_zl.h" +#include "res/Object/Zl.h" #include "d/d_snap.h" class daNpc_Zl1_HIO_c : public mDoHIO_entry_c{ |
