diff options
-rw-r--r-- | README.txt | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -120,13 +120,16 @@ arcade game). BUGS! At least these: +- This may just be good luck, but I played a game to 500 million and + Li Yuen never extorted money. + - After a battle, the prices don't get reset (or, not always?) when entering the new port (confirm?). - The "negative interest" bug is currently missing, due to using - unsigned values for debt. Plus, it's cheating. It'll get added back when - I either start using big numbers (floats or 64-bit ints or whatever), - or just decide to live with the limits of 32-bit ints. + unsigned values for debt. Plus, it's cheating. I'm undecided + whether or not to use a bignum for debt; if I do, it will be + possible to have negative debt. - Not really a bug, but, the interest calculation for debt is slightly different, due to using integer math. Very small debt |