diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-11-20 16:38:29 -0500 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-11-20 16:38:29 -0500 |
| commit | 3bdcd429444f1c935a858775fb665275e1af953f (patch) | |
| tree | 06e4779c3d553fa873cfba5c5b94d0dd29c05227 /src/d/d_chain.cpp | |
| parent | ba31450171d6144203979e4fc05517974f536f96 (diff) | |
Clean up the weak data fakematches to be slightly closer to the real code
Diffstat (limited to 'src/d/d_chain.cpp')
| -rw-r--r-- | src/d/d_chain.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_chain.cpp b/src/d/d_chain.cpp index a61e4989..7bccdc5a 100644 --- a/src/d/d_chain.cpp +++ b/src/d/d_chain.cpp @@ -8,7 +8,7 @@ #include "d/d_s_play.h" #include "m_Do/m_Do_mtx.h" -#include "weak_data_2100_2080.h" // IWYU pragma: keep +#include "weak_data_1811.h" // IWYU pragma: keep #include "assets/l_chainS3TCTEX__d_chain.h" const u16 l_chainS3TCTEX__width = 32; |
