diff options
author | B. Watson <yalhcru@gmail.com> | 2021-05-05 03:20:57 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-05-05 03:20:57 -0400 |
commit | 5cfedfed27f23563f90e03511a9ac86f6c17b269 (patch) | |
tree | e4f3b29d14d58a910cb0d01b37b4b097fe423247 | |
parent | 4aaef78999918ab6565604b606838dd9e1d63728 (diff) | |
download | taipan-5cfedfed27f23563f90e03511a9ac86f6c17b269.tar.gz |
Remove spaces from around "At Sea" (to match Apple)
-rw-r--r-- | messages.msg | 2 | ||||
-rw-r--r-- | taipan.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/messages.msg b/messages.msg index 222cbc9..2c8a5dd 100644 --- a/messages.msg +++ b/messages.msg @@ -6,7 +6,7 @@ silk "Silk" arms "Arms" gen_cargo "General Cargo" ellipsis "..." -at_sea " At sea " +at_sea "At sea" hong_kong "Hong Kong" shanghai "Shanghai" nagasaki "Nagasaki" @@ -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 */ |