mirror of
https://github.com/izzy2lost/2ship2harkinian-Android.git
synced 2026-06-19 01:20:08 -07:00
Missed a macro
This commit is contained in:
@@ -980,7 +980,8 @@ void func_80BACA14(EnSuttari* this, GlobalContext* globalCtx) {
|
||||
this->unk3F2 = this->unk2DC.y;
|
||||
this->actionFunc = func_80BACBB0;
|
||||
}
|
||||
} else if ((player->transformation == PLAYER_FORM_HUMAN) && GET_CUR_EQUIP_VALUE(EQUIP_TYPE_SWORD) != 0) {
|
||||
} else if ((player->transformation == PLAYER_FORM_HUMAN) &&
|
||||
GET_CUR_EQUIP_VALUE(EQUIP_TYPE_SWORD) != EQUIP_VALUE_SWORD_NONE) {
|
||||
if (Actor_ProcessTalkRequest(&this->actor, &globalCtx->state)) {
|
||||
this->unk3F2 = this->unk2DC.y;
|
||||
func_80BAAB78(this, globalCtx);
|
||||
|
||||
Reference in New Issue
Block a user