aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
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();