mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-09 10:22:16 -04:00
Use attention enums everywhere instead of integer literals (#3044)
This commit is contained in:
@@ -524,7 +524,7 @@ static int daE_TK2_Create(fopAc_ac_c* i_this) {
|
||||
fopAcM_SetMin(a_this, -100.0f, -100.0f, -100.0f);
|
||||
fopAcM_SetMax(a_this, 100.0f, 100.0f, 100.0f);
|
||||
|
||||
a_this->attention_info.distances[2] = 0x04;
|
||||
a_this->attention_info.distances[fopAc_attn_BATTLE_e] = 0x04;
|
||||
a_this->health = 0;
|
||||
a_this->field_0x560 = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user