summaryrefslogtreecommitdiff
path: root/src/d/d_stage.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2023-10-23 20:16:32 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2023-10-23 20:16:32 -0400
commitd53c702bb7529884e56e2eb0da59223b0751e970 (patch)
treebb8aa736b6a432f339322cfb9b8d0f8969933bf8 /src/d/d_stage.cpp
parent670b6e5c799eeb01cd7a34c6f19f47e5d80e6e87 (diff)
Rename d_a_player_link.h -> d_a_player_main.h
Diffstat (limited to 'src/d/d_stage.cpp')
-rw-r--r--src/d/d_stage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_stage.cpp b/src/d/d_stage.cpp
index ae9aab23..67e9c328 100644
--- a/src/d/d_stage.cpp
+++ b/src/d/d_stage.cpp
@@ -8,7 +8,7 @@
#include "JSystem/JUtility/JUTAssert.h"
#include "MSL_C/string.h"
#include "SSystem/SComponent/c_malloc.h"
-#include "d/actor/d_a_player_link.h"
+#include "d/actor/d_a_player_main.h"
#include "d/actor/d_a_ship.h"
#include "d/d_bg_s.h"
#include "d/d_bg_s_gnd_chk.h"