Hello, i have this problem:
Code
- char_affect.cpp: In member function 'bool CHARACTER::RemoveAffect(DWORD, bool)':
- char_affect.cpp:728: warning: suggest parentheses around assignment used as trut h value
- char_affect.cpp: At global scope:
- char_affect.cpp:774: error: 'SKILL_JEOKRANG' was not declared in this scope
- char_affect.cpp:775: error: 'SKILL_CHEONGRANG' was not declared in this scope
- char_affect.cpp:776: error: scalar object 'GoodAffects' requires one element in initializer
- char_affect.cpp: In member function 'void CHARACTER::RemoveGoodAffect()':
- char_affect.cpp:779: error: ISO C++ forbids declaration of 'it' with no type
- char_affect.cpp:782: error: invalid type argument of 'unary *'
- char_affect.cpp: At global scope:
- char_affect.cpp:826: error: scalar object 'BadAffects' requires one element in i nitializer
- char_affect.cpp: In member function 'void CHARACTER::RemoveBadAffect()':
- char_affect.cpp:829: error: ISO C++ forbids declaration of 'it' with no type
- char_affect.cpp:832: error: invalid type argument of 'unary *'
- char_affect.cpp:834: error: invalid type argument of 'unary *'
- char_affect.cpp:836: error: invalid type argument of 'unary *'
- gmake: *** [OBJDIR/char_affect.o] Error 1
- gmake: *** Waiting for unfinished jobs....