mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-26 07:18:47 -04:00
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
This commit is contained in:
+1
-9
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user