diff options
| author | Jasper St. Pierre <jstpierre@mecheye.net> | 2023-12-19 17:15:08 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-19 17:15:08 -0800 |
| commit | 1f8f630e2f497515a71e1c3a74c6e943c0ed8ef6 (patch) | |
| tree | 7399ac91ba8ef6894d4d68b96d82dcafb6e11a41 /src/d/actor/d_a_arrow_lighteff.cpp | |
| parent | d3acc8abe629865049a72d65457dd22a99331633 (diff) | |
| parent | fe28552c28e371f102369c3b3c225e3a5e5fa475 (diff) | |
Merge pull request #554 from Jcw87/new
move placement new to MSL_C
Diffstat (limited to 'src/d/actor/d_a_arrow_lighteff.cpp')
| -rw-r--r-- | src/d/actor/d_a_arrow_lighteff.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/d/actor/d_a_arrow_lighteff.cpp b/src/d/actor/d_a_arrow_lighteff.cpp index 4584c4aa..38a92244 100644 --- a/src/d/actor/d_a_arrow_lighteff.cpp +++ b/src/d/actor/d_a_arrow_lighteff.cpp @@ -11,7 +11,6 @@ #include "m_Do/m_Do_mtx.h" #include "m_Do/m_Do_graphic.h" #include "SSystem/SComponent/c_lib.h" -#include "JSystem/JKernel/JKRHeap.h" /* 00000078-00000108 .text setTopPos__18daArrow_Lighteff_cFv */ void daArrow_Lighteff_c::setTopPos() { @@ -424,4 +423,3 @@ actor_process_profile_definition g_profile_ARROW_LIGHTEFF = { fopAc_ACTOR_e, fopAc_CULLBOX_CUSTOM_e, }; - |
