Jump to content
  • 0
Sign in to follow this  
iCORE

[Help] skill.c

Question

1>..srcmapskill.c(9883): error C2275: 'bool' : illegal use of this type as an expression1>          c:userskeoughdesktopherculessrccommon../common/cbasetypes.h(288) : see declaration of 'bool'1>..srcmapskill.c(9883): error C2146: syntax error : missing ';' before identifier 'skill_castend_nodamage_id_dead_unknown'1>..srcmapskill.c(9883): warning C4013: 'skill_castend_nodamage_id_dead_unknown' undefined; assuming extern returning int1>..srcmapskill.c(9883): error C2143: syntax error : missing ')' before 'type'1>..srcmapskill.c(9883): error C2059: syntax error : ')'1>..srcmapskill.c(9888): error C2061: syntax error : identifier 'skill_castend_nodamage_id_undead_unknown'1>..srcmapskill.c(9888): error C2059: syntax error : ';'1>..srcmapskill.c(9888): error C2059: syntax error : 'type'1>..srcmapskill.c(19366): warning C4113: 'int (__cdecl *)()' differs in parameter lists from 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)'1>..srcmapskill.c(19366): warning C4133: '=' : incompatible types - from 'int (__cdecl *)()' to 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)'1>..srcmapskill.c(19368): error C2065: 'skill_castend_nodamage_id_undead_unknown' : undeclared identifier1>..srcmapskill.c(19368): warning C4047: '=' : 'bool (__cdecl *)(block_list *,block_list *,uint16 *,uint16 *,int64 *,int *)' differs in levels of indirection from 'int'

im adding evs patch manually and this one apear how to fix this?

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Probably a good idea if you could post those two segments of code. Lines like 9500-100,000 and 19000 to 19500.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.