From c1822ffdb129af99ea85d24a5016237312786966 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 15 Apr 2021 15:42:08 -0400 Subject: Fix warehouse display in transfer(), costs 3 bytes --- taipan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taipan.c') diff --git a/taipan.c b/taipan.c index 41145a8..99393a5 100644 --- a/taipan.c +++ b/taipan.c @@ -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 } } -- cgit v1.2.3