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
@@ -1115,7 +1115,7 @@ cPhs__Step daE_SB_c::Create() {
}
attention_info.flags = fopAc_AttnFlag_BATTLE_e;
attention_info.distances[2] = 0x24;
attention_info.distances[fopAc_attn_BATTLE_e] = 0x24;
fopAcM_SetMtx(this, mpMorf->getModel()->getBaseTRMtx());
fopAcM_SetMin(this, -200.0f, 0.0f, -200.0f);
fopAcM_SetMax(this, 200.0f, 200.0f, 200.0f);