Quote Originally Posted by Killerbee View Post
The number 2,147,483,647 is the maximum value for a 32-bit signed integer in computing. It is therefore the maximum value for variables declared as int in many programming languages running on popular computers, and the maximum possible score, money etc. for many video games. The appearance of the number often reflects an error, overflow condition, or missing value.
They should have used the 64 bit 'Long' data type which can hold numbers up to 2^ 61 . that wud have solved the issue but would have made the game a bit heavier.....