aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-05-05 03:20:57 -0400
committerB. Watson <yalhcru@gmail.com>2021-05-05 03:20:57 -0400
commit5cfedfed27f23563f90e03511a9ac86f6c17b269 (patch)
treee4f3b29d14d58a910cb0d01b37b4b097fe423247 /taipan.c
parent4aaef78999918ab6565604b606838dd9e1d63728 (diff)
downloadtaipan-5cfedfed27f23563f90e03511a9ac86f6c17b269.tar.gz
Remove spaces from around "At Sea" (to match Apple)
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/taipan.c b/taipan.c
index a64c9a7..2b7111c 100644
--- a/taipan.c
+++ b/taipan.c
@@ -739,8 +739,7 @@ void at_sea(void) {
// cputs(location[0]);
print_location(0);
rvs_off();
-
- cspaces(2);
+ clrtoeol();
}
/* these were rewritten in asm to save 5 bytes, they live in console.s */