From e2fddadf320e8d35cbb3542645122e086efbfe9f Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Fri, 21 Nov 2025 18:52:16 -0500 Subject: Misc matches (#2845) * Misc debug matches * Fix d_map weak function order * Remove old nonmatching comments * d_menu_dmap and JASAudioThread OK, fix weak func order and rodata alignment * More misc matches --- src/d/d_map.cpp | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'src/d/d_map.cpp') diff --git a/src/d/d_map.cpp b/src/d/d_map.cpp index 05c96cc3cb..c599eb4a70 100644 --- a/src/d/d_map.cpp +++ b/src/d/d_map.cpp @@ -3,10 +3,7 @@ * */ -// not sure if this object is supposed to have a PCH - -// including it completely messes up weak function ordering - -#define NO_INLINE_DLSTBASE_DRAW +#include "d/dolzel.h" // IWYU pragma: keep #include "d/d_map.h" #include "JSystem/JUtility/JUTTexture.h" @@ -1304,8 +1301,3 @@ dTres_c::typeGroupData_c* dMap_c::getFirstData(u8 param_0) { dTres_c::typeGroupData_c* dMap_c::getNextData(dTres_c::typeGroupData_c* param_0) { return renderingPlusDoorAndCursor_c::getNextData(param_0); } - -// TODO: this is supposed to be auto-generated, but its not getting put in the right order -void dDlst_base_c::draw() { - /* empty function */ -} -- cgit v1.2.3