ROC Fixes cause problems

03/26/2012 15:39 inteL96#1
Hi, I am using RoC source and I tried to add all the fixes that someone release '[Releases] RoC Fixes', after I added everything and compiled. I got errors after it. Here's a screenshot -> [Only registered and activated users can see links. Click Here To Register...]

Anyone knew how to fix this? If yes, can you please tell me how and would be great if someone will.

Thanks.
03/27/2012 20:39 inteL96#2
any help?
03/27/2012 21:24 Jopsi332#3
for pow change the floats to double's
03/28/2012 21:28 inteL96#4
what floats? do you mean change pow to double's?
03/29/2012 09:43 alfredico#5
float pow; to double pow;
03/29/2012 19:09 inteL96#6
problem fixed, thanks anyways.