Ragnar Lothbrok Posted February 26, 2013 Posted February 26, 2013 (edited) after updating my svn,i got this error when recompiling... 1>c:\users\einra\desktop\rathena\src\map\skill.c(12442): error C2065: 'uint' : undeclared identifier 1>c:\users\einra\desktop\rathena\src\map\skill.c(12442): error C2146: syntax error : missing ';' before identifier 'inf2' 1>c:\users\einra\desktop\rathena\src\map\skill.c(12442): error C2065: 'inf2' : undeclared identifier 1>c:\users\einra\desktop\rathena\src\map\skill.c(12564): error C2065: 'inf2' : undeclared identifier 1>c:\users\einra\desktop\rathena\src\map\skill.c(12565): error C2065: 'inf2' : undeclared identifier Edited February 26, 2013 by arnie2302 Quote
clydelion Posted February 26, 2013 Posted February 26, 2013 Index: skill.c =================================================================== --- skill.c (revision 17161) +++ skill.c (working copy) @@ -12439,7 +12439,7 @@ struct status_change *sc; struct skill_condition require; int i; - uint inf2; + int inf2; nullpo_ret(sd); Just change uint to int. Or wait for the devs to fix it. Quote
Ragnar Lothbrok Posted February 26, 2013 Author Posted February 26, 2013 (edited) [Fixed] Maraming Salamat Sir clydelion.... Edited February 26, 2013 by arnie2302 Quote
secondL Posted February 26, 2013 Posted February 26, 2013 (edited) · Hidden by Emistry, February 26, 2013 - non-english ~ Hidden by Emistry, February 26, 2013 - non-english ~ tatanong ko nga din sana yan tol naunahan mo lang ako hahaha at kay sir clydelion sir maraming salamat ulit @sir patrace naman saang path yan hindi ko makita sa skill.c eh src/map/skill.c ba ang path nyan? Edited February 26, 2013 by secondL
Question
Ragnar Lothbrok
after updating my svn,i got this error when recompiling...
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.