diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2023-09-19 20:44:50 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-19 11:44:50 -0700 |
| commit | efd664e21960019bab6be475d848b5f9e68ea396 (patch) | |
| tree | 9e10e0a34cae73a9068f550e0fa4bfbbd6bce3bd /src/code/m_start_data_init.c | |
| parent | ef0a26fd481675a955b301d1b2261ded362c4190 (diff) | |
The NPC PR 2/3 OK (#97)
* m_npc_schedule OK
Co-authored-by: Maide <you@example.com>
* fix structs
* fixes
---------
Co-authored-by: Maide <you@example.com>
Diffstat (limited to 'src/code/m_start_data_init.c')
| -rw-r--r-- | src/code/m_start_data_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/m_start_data_init.c b/src/code/m_start_data_init.c index 43ca1bf..c564b0d 100644 --- a/src/code/m_start_data_init.c +++ b/src/code/m_start_data_init.c @@ -8,7 +8,7 @@ #include "6BA500.h" #include "6C0690.h" #include "6C97F0.h" -#include "6D2720.h" +#include "m_npc_schedule.h" #include "6D9D80.h" #include "6DA460.h" #include "6DB420.h" |
