mirror of
https://github.com/zeldaret/tww.git
synced 2026-09-10 03:52:05 -04:00
fix regswap, d_a_swtdoor match
This commit is contained in:
+1
-1
@@ -1303,7 +1303,7 @@ config.libs = [
|
||||
ActorRel(NonMatching, "d_a_stone2"),
|
||||
ActorRel(NonMatching, "d_a_swc00"),
|
||||
ActorRel(NonMatching, "d_a_swhit0"),
|
||||
ActorRel(NonMatching, "d_a_swtdoor"),
|
||||
ActorRel(Matching, "d_a_swtdoor"),
|
||||
ActorRel(NonMatching, "d_a_tag_attention"),
|
||||
ActorRel(NonMatching, "d_a_tag_ba1"),
|
||||
ActorRel(NonMatching, "d_a_tag_event"),
|
||||
|
||||
@@ -85,7 +85,7 @@ s32 daSwtdoor_Create(fopAc_ac_c* i_ac) {
|
||||
i_this->field_0x29c = 0;
|
||||
|
||||
i_this->mSwitchNo = (fopAcM_GetParam(i_this) >> 24) & 0xFF;
|
||||
if (fopAcM_entrySolidHeap(i_this, useHeapInit, 0x3000) == 0)
|
||||
if (fopAcM_entrySolidHeap(i_ac, useHeapInit, 0x3000) == 0)
|
||||
return cPhs_ERROR_e;
|
||||
|
||||
fopAcM_SetMin(i_this, -2000.0f, -1000.0f, -2000.0f);
|
||||
|
||||
Reference in New Issue
Block a user