mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 12:52:51 -04:00
Use attention enums everywhere instead of integer literals (#3044)
This commit is contained in:
@@ -2752,9 +2752,9 @@ void daE_YMB_c::action() {
|
||||
}
|
||||
|
||||
if (mAction != 5) {
|
||||
attention_info.distances[2] = 24;
|
||||
attention_info.distances[fopAc_attn_BATTLE_e] = 24;
|
||||
} else {
|
||||
attention_info.distances[2] = 25;
|
||||
attention_info.distances[fopAc_attn_BATTLE_e] = 25;
|
||||
}
|
||||
|
||||
field_0x712 = 0;
|
||||
|
||||
Reference in New Issue
Block a user