From 13ff2f9dc66e21d8604b93aed91c9acf08a9fa74 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 21 May 2021 04:02:37 -0400 Subject: Save 3 bytes, now 8959 --- taipan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taipan.c b/taipan.c index 0a2f670..0404b8c 100644 --- a/taipan.c +++ b/taipan.c @@ -1143,7 +1143,7 @@ char sea_battle(char id, int num_ships) { cspaces(6); // cputs("guns"); print_msg(M_guns); - rvs_off(); + // rvs_off(); // redundant update_guns(); while(num_ships > 0) { -- cgit v1.2.3