mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-18 20:57:46 -04:00
Use attention enums everywhere instead of integer literals (#3044)
This commit is contained in:
@@ -1755,10 +1755,10 @@ cPhs__Step daE_SW_c::create() {
|
||||
if (field_0x694 == 0) {
|
||||
mBgc.OnLineCheck();
|
||||
field_0x698 = 2;
|
||||
attention_info.distances[2] = 3;
|
||||
attention_info.distances[fopAc_attn_BATTLE_e] = 3;
|
||||
d_setAction(&daE_SW_c::d_wait);
|
||||
} else {
|
||||
attention_info.distances[2] = 4;
|
||||
attention_info.distances[fopAc_attn_BATTLE_e] = 4;
|
||||
|
||||
if (field_0x6dc > 1.0f) {
|
||||
field_0x98c.SetAtSpl((dCcG_At_Spl)1);
|
||||
|
||||
Reference in New Issue
Block a user