From 54bc60b8aaa1eb70c18e3bab8f82c530d0b1dfa4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 4 Apr 2021 03:52:55 -0400 Subject: Keep seaworthiness visible in combat, remove 14 bytes cruft --- taipan.c | 8 ++++---- 1 file 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(); -- cgit v1.2.3