aboutsummaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index b1aef5d..dd4eb32 100644
--- a/README.txt
+++ b/README.txt
@@ -121,6 +121,12 @@ arcade game).
Bugs! At least these:
+- When Cash is e.g. 2.09 Million, the leading 0 after the decimal
+ point isn't printed (so you get 2.9 Million)
+
+- bignum bank doesn't print enough decimal places (1.1 Million
+ instead of 1.12 Million, etc)
+
- Exiting the game (Play again? N) needs to at minimum restore the
original text/background colors.