mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-14 19:59:45 -04:00
builds on mac again
revert some useless ifdefs rm TARGET_PC in the wrong place remove stubbed version of functions
This commit is contained in:
@@ -2157,7 +2157,7 @@ int daE_WW_c::CreateHeap() {
|
||||
}
|
||||
|
||||
J3DModel* model = mpModelMorf->getModel();
|
||||
model->setUserArea((u32)this);
|
||||
model->setUserArea((uintptr_t)this);
|
||||
for (u16 i = JNT_BODY01; i < model->getModelData()->getJointNum(); i++) {
|
||||
if (i == JNT_NECK || i == JNT_HEAD) {
|
||||
model->getModelData()->getJointNodePointer(i)->setCallBack(JointCallBack);
|
||||
|
||||
Reference in New Issue
Block a user