diff options
| author | Prakxo <87568477+Prakxo@users.noreply.github.com> | 2023-12-18 07:49:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 23:49:49 -0700 |
| commit | 45e93dc1b6a859a5f27f3f2b52630598a8d11ad1 (patch) | |
| tree | e2a62264a2b7cc307e2fac636525d2bed9865bd5 /src/code/m_npc.c | |
| parent | 04cc631dab3ced789439df3bd05f42296b194f7e (diff) | |
z_std_dma -> m_std_dma (#127)
Diffstat (limited to 'src/code/m_npc.c')
| -rw-r--r-- | src/code/m_npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/code/m_npc.c b/src/code/m_npc.c index 281e63b..d1308b5 100644 --- a/src/code/m_npc.c +++ b/src/code/m_npc.c @@ -8,7 +8,7 @@ #include "6E30B0.h" #include "6E7AD0.h" #include "m_handbill.h" -#include "z_std_dma.h" +#include "m_std_dma.h" #include "6DA460.h" #include "m_house.h" #include "m_malloc.h" |
