summaryrefslogtreecommitdiff
path: root/src/d/d_npc.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-19 17:15:39 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2025-08-20 18:51:42 -0400
commit217775af4ef41ac875d53efe4da8f2d19f46e2af (patch)
treeea7683dbc31668db546d768bf8a165a7950d436e /src/d/d_npc.cpp
parenta32174dff6bbac81945505d8d86e125ce3443405 (diff)
Use precompiled headers, fix weak data issues
Diffstat (limited to 'src/d/d_npc.cpp')
-rw-r--r--src/d/d_npc.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/d/d_npc.cpp b/src/d/d_npc.cpp
index 7f0436b5..1f1bcd41 100644
--- a/src/d/d_npc.cpp
+++ b/src/d/d_npc.cpp
@@ -3,6 +3,7 @@
// Translation Unit: d_npc.cpp
//
+#include "d/dolzel.h" // IWYU pragma: keep
#include "d/d_npc.h"
#include "d/d_com_inf_game.h"
#include "d/actor/d_a_player.h"
@@ -12,8 +13,6 @@
#include "m_Do/m_Do_mtx.h"
#include "d/d_item_data.h"
-#include "weak_data_1811.h" // IWYU pragma: keep
-
/* 8021A7B4-8021A858 .text angCalcS__14dNpc_JntCtrl_cFPssss */
bool dNpc_JntCtrl_c::angCalcS(s16* out, s16 targetY, s16 speed, s16 maxVel) {
s16 diff = *out - targetY;