summaryrefslogtreecommitdiff
path: root/src/d/actor/d_a_bwdg.cpp
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-11-07 16:07:37 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-11-07 16:07:37 -0500
commit050cc1277792384cebbecba0f0d9db8c6a856577 (patch)
tree8677b273feb321e0f7cc25728ca5582425041192 /src/d/actor/d_a_bwdg.cpp
parentba5b37350cdc6fa0080e9d01701f6ebf226941f6 (diff)
Use dtk asset extractor for in-function statics as well
Diffstat (limited to 'src/d/actor/d_a_bwdg.cpp')
-rw-r--r--src/d/actor/d_a_bwdg.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/d/actor/d_a_bwdg.cpp b/src/d/actor/d_a_bwdg.cpp
index d40ae9be..1bd7a8d6 100644
--- a/src/d/actor/d_a_bwdg.cpp
+++ b/src/d/actor/d_a_bwdg.cpp
@@ -21,8 +21,8 @@ const u16 l_B_sand2TEX__width = 512;
const u16 l_B_sand2TEX__height = 256;
#include "assets/l_texCoord.h"
#include "assets/l_Hsand1DL.h"
-#include "assets/l_matDL.h"
-l_matDL(l_B_sand2TEX);
+#include "assets/l_matDL__d_a_bwdg.h"
+l_matDL__d_a_bwdg(l_B_sand2TEX);
// Fakematch: These are supposed to be in-function statics inside daBwdg_packet_c::draw().
// But for some reason, defining them inside the function causes the function to load them as well