aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c4
1 files changed, 2 insertions, 2 deletions
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 */