aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-04-04 03:52:55 -0400
committerB. Watson <yalhcru@gmail.com>2021-04-04 03:52:55 -0400
commit54bc60b8aaa1eb70c18e3bab8f82c530d0b1dfa4 (patch)
tree74b4f937dc51d402a7205221eea3efacfb2a1070
parent5ef86baf365b9c7e80fdc1df1283937698db37a5 (diff)
downloadtaipan-54bc60b8aaa1eb70c18e3bab8f82c530d0b1dfa4.tar.gz
Keep seaworthiness visible in combat, remove 14 bytes cruft
-rw-r--r--taipan.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/taipan.c b/taipan.c
index e987170..9b4c3ee 100644
--- a/taipan.c
+++ b/taipan.c
@@ -1081,7 +1081,7 @@ char sea_battle(char id, int num_ships) {
*/
// flushinp();
- gotox0y(3);
+ gotox0y(5);
clrtoeol();
// cputs("Current seaworthiness: ");
@@ -1090,7 +1090,7 @@ char sea_battle(char id, int num_ships) {
cputs(" (");
cprintuchar(status);
cputs("%)");
- gotox0y(4);
+ // gotox0y(4);
for(i = 0; i <= 9; i++) {
if (num_ships > num_on_screen) {
@@ -1105,9 +1105,9 @@ char sea_battle(char id, int num_ships) {
plus_or_space(num_ships > num_on_screen);
- gotox0y(16);
+ // gotox0y(16);
// cputs("\n");
- crlf();
+ // crlf();
set_orders();