char_item.cpp:7420:38: error: 'type' was not declared in this scope; did you mea n 'wctype'?
7420 | const CAffect* pAffect = FindAffect(type);
| ^~~~
| wctype
char_item.cpp:7420:27: error: 'FindAffect' was not declared in this scope; did y ou mean 'pAffect'?
7420 | const CAffect* pAffect = FindAffect(type);
| ^~~~~~~~~~
| pAffect
char_item.cpp:7424:2: error: expected unqualified-id before 'if'
7424 | if (NULL != pAffect)
| ^~
char_item.cpp:7493:1: error: expected declaration before '}' token
7493 | }
| ^