View Single Post
  #2  
Old 01-19-2013, 06:27 AM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Look at XS_Client_GetCarriedMoney, specifically:

Code:
int		RETVAL;
My totally non-exhaustive search didn't find any 64-bit integers getting returned, so I'm not sure what would need to be different. I did see a few unsigned longs being returned though which could be bad for 64-bit Linux compiles if it doesn't just magically handle it.
Reply With Quote