|
There goes my dream of getting 2,147,483,648 spars.
I wonder what would happen if anyone were to reach that number though.
Would the wins just stop counting? Would the queue button not work?
|
3 likely options - stop counting, break something horribly, or rollover back to 0 and keep counting. If reaching the max value of a 32-bit integer isn't handled then the 2nd option would happen, otherwise if they did handle it I would expect the most likely thing they'd do to handle that would be options 1 or 3.