I just updated my svn to the latest version then it states "one or more files is in a conflicted state" then I check out vending.c then right click -> Tortoise SVN -> Resolved.. , I thought it would solve the problem but then when I compile I got this error.
1>c:\ragnarok files\rathena\src\map\vending.c(236): error C2198: 'pc_payzeny' : too few arguments for call
1>c:\ragnarok files\rathena\src\map\vending.c(239): error C2198: 'pc_getzeny' : too few arguments for call
1>c:\ragnarok files\rathena\src\map\vending.c(258): error C2198: 'pc_payzeny' : too few arguments for call
1>c:\ragnarok files\rathena\src\map\vending.c(261): error C2198: 'pc_getzeny' : too few arguments for call
[code]
I checked it out all of lines 236,239,258 & 261 has this code [color=#008000]pc_payzeny(sd, (int)z);[/color]
BTW, I have diffed Lilith's Extended Vending System 1.8 this one :
Question
SlashGeeGee
Hi rA
I just updated my svn to the latest version then it states "one or more files is in a conflicted state" then I check out vending.c then right click -> Tortoise SVN -> Resolved.. , I thought it would solve the problem but then when I compile I got this error.
1>c:\ragnarok files\rathena\src\map\vending.c(236): error C2198: 'pc_payzeny' : too few arguments for call
1>c:\ragnarok files\rathena\src\map\vending.c(239): error C2198: 'pc_getzeny' : too few arguments for call
1>c:\ragnarok files\rathena\src\map\vending.c(258): error C2198: 'pc_payzeny' : too few arguments for call
1>c:\ragnarok files\rathena\src\map\vending.c(261): error C2198: 'pc_getzeny' : too few arguments for call
[code]
I checked it out all of lines 236,239,258 & 261 has this code [color=#008000]pc_payzeny(sd, (int)z);[/color]
BTW, I have diffed Lilith's Extended Vending System 1.8 this one :
thanks in advance for helping
[b]SlashGeeGee[/b]
Edited by SlashGeeGee2 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.