mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-16 12:24:45 -04:00
scannon / scannon_crs / scannon_ten done (#2632)
* scannon done * scannon_crs done * scannon_ten done * pr * attention debug stuff * attn flags * fix build
This commit is contained in:
@@ -1794,7 +1794,7 @@ static void action(e_db_class* i_this) {
|
||||
|
||||
if (attn_ON) {
|
||||
fopAcM_OnStatus(actor, 0);
|
||||
actor->attention_info.flags = 4;
|
||||
actor->attention_info.flags = fopAc_AttnFlag_BATTLE_e;
|
||||
} else {
|
||||
fopAcM_OffStatus(actor, 0);
|
||||
actor->attention_info.flags = 0;
|
||||
@@ -2141,7 +2141,7 @@ static int daE_DB_Create(fopAc_ac_c* i_this) {
|
||||
l_HIO.id = mDoHIO_CREATE_CHILD("デグババ", &l_HIO);
|
||||
}
|
||||
|
||||
i_this->attention_info.flags = 4;
|
||||
i_this->attention_info.flags = fopAc_AttnFlag_BATTLE_e;
|
||||
|
||||
fopAcM_SetMtx(i_this, a_this->modelMorf->getModel()->getBaseTRMtx());
|
||||
fopAcM_SetMin(i_this, -300.0f, -400.0f, -300.0f);
|
||||
|
||||
Reference in New Issue
Block a user