mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-04 03:12:48 -04:00
Debug work + some retail regalloc fixes (#2787)
* Debug work + some retail regalloc fixes * Use AUDIO_INSTANCES in places it's missing, link d_a_e_bee * Link m_Do_machine * Fix clang putting other includes before the pchs * Link some more debug TUs that already match
This commit is contained in:
@@ -2133,7 +2133,7 @@ static int useHeapInit(fopAc_ac_c* a_this) {
|
||||
}
|
||||
|
||||
J3DModelData* modelData = (J3DModelData*)dComIfG_getObjectRes("E_yd", 0x1a);
|
||||
JUT_ASSERT(3719, modelData != 0);
|
||||
JUT_ASSERT(3719, modelData != NULL);
|
||||
|
||||
for (int i = 1; i < 11; i++) {
|
||||
if ((i & 1) != 0) {
|
||||
|
||||
Reference in New Issue
Block a user