diff options
Diffstat (limited to 'src/d/d_map.cpp')
| -rw-r--r-- | src/d/d_map.cpp | 10 |
1 files changed, 1 insertions, 9 deletions
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 */ -} |
