mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-17 20:43:07 -04:00
@@ -1246,7 +1246,7 @@ static void b_gnd_g_wait(b_gnd_class* i_this) {
|
||||
mant_class* mant_p = (mant_class*)fopAcM_SearchByID(i_this->mMantChildID);
|
||||
dmg_rod_class* mgrod_p = (dmg_rod_class*)fopAcM_SearchByName(PROC_MG_ROD);
|
||||
|
||||
if (mgrod_p != NULL && mgrod_p->field_0xf7e != 0) {
|
||||
if (mgrod_p != NULL && mgrod_p->action != 0) {
|
||||
if (i_this->mMoveMode < 5 && i_this->mPlayerDistXZ < 600.0f) {
|
||||
i_this->mMoveMode = 5;
|
||||
i_this->field_0xc44[0] = 10;
|
||||
@@ -1332,7 +1332,7 @@ static void b_gnd_g_wait(b_gnd_class* i_this) {
|
||||
}
|
||||
|
||||
i_this->field_0xc7d = 2;
|
||||
i_this->field_0xc80 = mgrod_p->mHookPosition;
|
||||
i_this->field_0xc80 = mgrod_p->hook_pos;
|
||||
break;
|
||||
case 6:
|
||||
angle_step = 0;
|
||||
|
||||
Reference in New Issue
Block a user