various cleanup, fix some fakematches

This commit is contained in:
LagoLunatic
2024-02-10 01:09:51 -05:00
parent 7c983ef0c7
commit deb7faebbf
14 changed files with 57 additions and 49 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ BOOL daMbdoor_c::CreateHeap() {
cBgD_t* dzbData = (cBgD_t*)dComIfG_getObjectRes(getArcName(), getDzb());
if (!dzbData) { return FALSE; }
calcMtx();
bool error = mpBgW->Set(dzbData, 1, &mpFuModel->getBaseTRMtx());
bool error = mpBgW->Set(dzbData, cBgW::MOVE_BG_e, &mpFuModel->getBaseTRMtx());
return error != true ? TRUE : FALSE;
}