mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-14 05:34:38 -04:00
Use attention enums everywhere instead of integer literals (#3044)
This commit is contained in:
@@ -173,7 +173,7 @@ int daObjKshtr_c::Create() {
|
||||
field_0x5fc = 0.0f;
|
||||
attention_info.position.y += 150.0f;
|
||||
eyePos.y += 150.0f;
|
||||
attention_info.flags = 0x20;
|
||||
attention_info.flags = fopAc_AttnFlag_DOOR_e;
|
||||
|
||||
if (mIsCheckKey) {
|
||||
mAction = 0;
|
||||
|
||||
Reference in New Issue
Block a user