Use attention enums everywhere instead of integer literals (#3044)

This commit is contained in:
Max Roncace
2026-01-14 09:55:59 -05:00
committed by GitHub
parent db936de5c9
commit 43eac24e2e
59 changed files with 160 additions and 146 deletions
+1 -1
View File
@@ -1315,7 +1315,7 @@ int daE_GE_c::create() {
l_HIO.id = mDoHIO_CREATE_CHILD("グェー", &l_HIO);
}
attention_info.flags = 4;
attention_info.flags = fopAc_AttnFlag_BATTLE_e;
fopAcM_SetMtx(this, mpMorfSO->getModel()->getBaseTRMtx());
fopAcM_SetMin(this, -200.0f, -200.0f, -200.0f);
fopAcM_SetMax(this, 200.0f, 200.0f, 200.0f);