26.05.2014, 16:16
You use an include called rBits right ?
In this include, it might have two times the function Bit_Set with all its parameters.
The first time will be the implementation and the second one will be the native declaration, to be shown in the right hand part of pawno (listing of all the functions in all the includes)
Make them corresponding then it will be good. (them = the two times when the function is called)
In this include, it might have two times the function Bit_Set with all its parameters.
The first time will be the implementation and the second one will be the native declaration, to be shown in the right hand part of pawno (listing of all the functions in all the includes)
Make them corresponding then it will be good. (them = the two times when the function is called)

