diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-22 12:22:01 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-08-22 12:22:01 -0400 |
| commit | 3862848e4ac22bed9b5356cedaa65f4ce0de2904 (patch) | |
| tree | fa30f19b918b48775dcf3008bf82c209f50a6789 /src/d/d_door.cpp | |
| parent | bcf7c567f2c349cec476a74e5954d76c1e84896d (diff) | |
Remove a bunch of weak func order fakematches
Diffstat (limited to 'src/d/d_door.cpp')
| -rw-r--r-- | src/d/d_door.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/d/d_door.cpp b/src/d/d_door.cpp index 59f777c0..f1888e72 100644 --- a/src/d/d_door.cpp +++ b/src/d/d_door.cpp @@ -10,12 +10,7 @@ #include "d/res/res_key.h" #include "d/res/res_hkyo.h" #include "d/actor/d_a_player.h" - -// Fakematch to fix weak function ordering of cSAngle::~cSAngle() and cSGlobe::~cSGlobe(). -#pragma sym off #include "SSystem/SComponent/c_angle.h" -#pragma sym on -#pragma nosyminline off /* 8006B39C-8006B3A8 .text getSwbit__12dDoor_info_cFv */ u8 dDoor_info_c::getSwbit() { |
