aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-04-11 14:24:50 -0400
committerB. Watson <yalhcru@gmail.com>2021-04-11 14:24:50 -0400
commit7604df70d7ca9de06c5181b48ab7fc95d08a46a8 (patch)
treebdbb08d0a1369fde9450d5639087f2ffdc32b82b /taipan.c
parent91ee2175eb2018a239f14aca7786106868dd9c9d (diff)
downloadtaipan-7604df70d7ca9de06c5181b48ab7fc95d08a46a8.tar.gz
Save 33 bytes
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/taipan.c b/taipan.c
index ee525dd..2350615 100644
--- a/taipan.c
+++ b/taipan.c
@@ -1694,8 +1694,10 @@ void port_stats(void) {
cc65 won't use. When it's time to print it, it'll get copied
into *SAVMSC. */
redraw_port_stat();
+ gotox0y(15);
+ chline(40);
- gotoxy(0, 0);
+ gotox0y(0);
cspaces(firmpos);
// cputs("Firm: ");
cprint_firm_colon();