Sat Jun 14, 2003 3:49 am by defaultuser
"1400 million is impossible unless the money bug is fixed. If you get 1 billion credtis or higher, your credits revert to 0. This isnt simply you have money you can spend but the game cant read it, you lose ALL cash you have."
You sure it's exactly one billion? That sounds awful stupid from a programmer's perspective, because it implys they had full knowledge of the limitation.
A 32-bit signed integer can represent positive integers up to 2,147,483,647. Normally when you add one (1) to the number above, the variable will overflow and become -2,147,483,648.
If the value "overflows" at exactly one billion, that implies that the programmer wrote in a limiter specifically, and that it is BROKEN. It should limit, not cause an overflow.