diff options
author | B. Watson <yalhcru@gmail.com> | 2021-04-15 15:42:08 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-04-15 15:42:08 -0400 |
commit | c1822ffdb129af99ea85d24a5016237312786966 (patch) | |
tree | 1138d9d23a05fea94f3887e222cedb4633fe8a28 | |
parent | 3151bcfe0e8ac23a930326999498f7c6f75bf659 (diff) | |
download | taipan-c1822ffdb129af99ea85d24a5016237312786966.tar.gz |
Fix warehouse display in transfer(), costs 3 bytes
-rw-r--r-- | taipan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2249,7 +2249,7 @@ void transfer(void) { good_joss_timed_getch(); } } - // port_stats(); // caller does this when we return + port_stats(); // have to do this in the loop } } |