summaryrefslogtreecommitdiff
path: root/src/d/d_snap.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_snap.cpp
parenta32174dff6bbac81945505d8d86e125ce3443405 (diff)
Use precompiled headers, fix weak data issues
Diffstat (limited to 'src/d/d_snap.cpp')
-rw-r--r--src/d/d_snap.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/d/d_snap.cpp b/src/d/d_snap.cpp
index 9afd19d9..9bb79342 100644
--- a/src/d/d_snap.cpp
+++ b/src/d/d_snap.cpp
@@ -11,10 +11,7 @@
#include "m_Do/m_Do_lib.h"
#include "JSystem/JUtility/JUTAssert.h"
-// Needed for the .rodata section to match.
-static const f32 dummy_2080[3] = {1.0f, 1.0f, 1.0f};
-static const f32 dummy_2100[3] = {1.0f, 1.0f, 1.0f};
-static const f32 dummy_3599[3] = {0.0f, 0.0f, 0.0f};
+#include "weak_bss_3569.h" // IWYU pragma: keep
int (dSnap_packet::*dSnap_packet::m_judge_tbl[])() = {
NULL,