mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-08 18:43:05 -04:00
work on d_a_agb
This commit is contained in:
@@ -9,6 +9,6 @@
|
||||
/* 8024738C-80247418 .text __ct__11cBgS_GndChkFv */
|
||||
cBgS_GndChk::cBgS_GndChk() {
|
||||
m_pos = cXyz::Zero;
|
||||
setActorPid(0xFFFFFFFF);
|
||||
SetActorPid(0xFFFFFFFF);
|
||||
mFlags = 2;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ void cBgS_LinChk::ct() {
|
||||
mLin.mStart = zero;
|
||||
mLin.mEnd = zero;
|
||||
field_0x40 = zero;
|
||||
setActorPid(-1);
|
||||
SetActorPid(-1);
|
||||
field_0x4c = 0;
|
||||
mFrontFlag = 1;
|
||||
mBackFlag = 0;
|
||||
@@ -23,7 +23,7 @@ void cBgS_LinChk::Set2(cXyz* pStart, cXyz* pEnd, unsigned int actorPid) {
|
||||
mLin.mStart.set(*pStart);
|
||||
mLin.mEnd.set(*pEnd);
|
||||
field_0x40 = *pEnd;
|
||||
setActorPid(actorPid);
|
||||
SetActorPid(actorPid);
|
||||
field_0x4c &= ~0x10;
|
||||
ClearPi();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user