mirror of
https://github.com/zeldaret/ss
synced 2026-05-29 16:44:44 -04:00
fix regressions
This commit is contained in:
@@ -39,7 +39,7 @@ adjustTumble__16dAcOTumbleWeed_cFRC7mVec3_c = .text:0x00001A70; // type:function
|
||||
setWind__16dAcOTumbleWeed_cFRC7mVec3_c = .text:0x00001B00; // type:function size:0x4C
|
||||
calcWind__16dAcOTumbleWeed_cFv = .text:0x00001B50; // type:function size:0xD0
|
||||
calcTimer<Uc>__4sLibFPUc_Uc = .text:0x00001C20; // type:function size:0x1C
|
||||
getPosition__16dAcOTumbleWeed_cCFv = .text:0x00001C40; // type:function size:0xAC
|
||||
getTumblePosition__16dAcOTumbleWeed_cCFv = .text:0x00001C40; // type:function size:0xAC
|
||||
__dt__16dAcOTumbleWeed_cFv = .text:0x00001CF0; // type:function size:0x10C
|
||||
getStateID__85sStateMgr_c<16dAcOTumbleWeed_c,20sStateMethodUsr_FI_c,12sFStateFct_c,13sStateIDChk_c>CFv = .text:0x00001E00; // type:function size:0x10
|
||||
build__32sFStateFct_c<16dAcOTumbleWeed_c>FRC12sStateIDIf_c = .text:0x00001E10; // type:function size:0x60
|
||||
|
||||
@@ -34,7 +34,7 @@ public:
|
||||
void adjustTimeScale();
|
||||
void adjustTumble(const mVec3_c &dir);
|
||||
void calcWind();
|
||||
mVec3_c getPosition() const;
|
||||
mVec3_c getTumblePosition() const;
|
||||
void calcMatrix();
|
||||
|
||||
void adjustAngle();
|
||||
|
||||
@@ -382,7 +382,7 @@ void dAcOTumbleWeed_c::calcWind() {
|
||||
}
|
||||
}
|
||||
|
||||
mVec3_c dAcOTumbleWeed_c::getPosition() const {
|
||||
mVec3_c dAcOTumbleWeed_c::getTumblePosition() const {
|
||||
mMtx_c mtx;
|
||||
mVec3_c vec;
|
||||
mtx.ZXYrotS(mRotation.x, mRotation.y, mRotation.z);
|
||||
|
||||
@@ -61,7 +61,7 @@ dAcBase_c::dAcBase_c()
|
||||
}
|
||||
|
||||
if (s_Create_Rotation) {
|
||||
mRotation = *s_Create_Rotation;
|
||||
setRotation(*s_Create_Rotation);
|
||||
}
|
||||
|
||||
if (s_Create_Scale) {
|
||||
|
||||
Reference in New Issue
Block a user