mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-08-03 00:16:36 -04:00
Use attention enums everywhere instead of integer literals (#3044)
This commit is contained in:
@@ -73,7 +73,7 @@ int daWdStick_c::create() {
|
||||
mSph2.SetStts(&mStts);
|
||||
fopAcM_OnCarryType(this, fopAcM_CARRY_UNK_30);
|
||||
cLib_onBit<u32>(attention_info.flags, fopAc_AttnFlag_CARRY_e);
|
||||
attention_info.distances[4] = 59;
|
||||
attention_info.distances[fopAc_attn_CARRY_e] = 59;
|
||||
misCarrying = fopAcM_checkCarryNow(this);
|
||||
mode_init_wait();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user