From b7c0eabdc046e6662066fed1cddb057c5a7f722b Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 5 May 2021 03:23:33 -0400 Subject: Fix stupidity in last commit (bad spacing for at_sea()) --- taipan.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'taipan.c') diff --git a/taipan.c b/taipan.c index 2b7111c..aa2a479 100644 --- a/taipan.c +++ b/taipan.c @@ -734,12 +734,12 @@ void cprintulong(unsigned long ul) { void at_sea(void) { gotoxy(30, 6); - // cspace(); + clrtoeol(); + cspace(); rvs_on(); // cputs(location[0]); print_location(0); rvs_off(); - clrtoeol(); } /* these were rewritten in asm to save 5 bytes, they live in console.s */ -- cgit v1.2.3