Power Problem

At a certain point, the Altairan's military Power went from high to negative.  I don't know if it's a cycling thing(hit the limit of the available number or sequence size), or related to the negatives that you get on a ship sometimes? 

11,171 views 1 replies
Reply #1 Top

I've been seeing this a lot.  I'm betting they've got a string somewhere set as int32 instead of int64, so when it hits that limit, it flips back to the "beginning," which is the lowest negative it can get to.  The max on an int32 is 2,147,483,647.