06-10-2013, 12:22 AM
You need to use the same type on both, since the member variable is of one type. If you don't, you run the risk of getting shortened data, and, on some architectures, crashes due to misaligned access.
Why are you using Int64 at all? in my cWorld (rev 1568) the variable m_WeatherInterval is of type int, so why not use int?
Why are you using Int64 at all? in my cWorld (rev 1568) the variable m_WeatherInterval is of type int, so why not use int?