mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Add enum for attention types
This commit is contained in:
@@ -117,9 +117,9 @@ namespace daObjPaper {
|
||||
eyePos.y += attr(mType).mEyeOffset;
|
||||
|
||||
attention_info.position.y += attr(mType).mAttentionOffset;
|
||||
attention_info.distances[1] = attr(mType).mAttentionDist1;
|
||||
attention_info.distances[3] = attr(mType).mAttentionDist2;
|
||||
attention_info.flags |= fopAc_Attn_LOCKON_TALK_e | fopAc_Attn_ACTION_TALK_e | fopAc_Attn_TALKFLAG_READ_e;
|
||||
attention_info.distances[fopAc_Attn_TYPE_TALK_e] = attr(mType).mAttentionDist1;
|
||||
attention_info.distances[fopAc_Attn_TYPE_SPEAK_e] = attr(mType).mAttentionDist2;
|
||||
attention_info.flags |= fopAc_Attn_LOCKON_TALK_e | fopAc_Attn_ACTION_SPEAK_e | fopAc_Attn_TALKFLAG_READ_e;
|
||||
|
||||
mMsgId = fpcM_ERROR_PROCESS_ID_e;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user