From b9e2af1793606d40955f0ef6a56aa56f712d85c4 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 14 Apr 2021 11:45:43 -0400 Subject: Save 6 bytes --- taipan.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'taipan.c') diff --git a/taipan.c b/taipan.c index 99e7581..af1c8f7 100644 --- a/taipan.c +++ b/taipan.c @@ -1135,9 +1135,7 @@ char sea_battle(char id, int num_ships) { while(!orders) set_orders(); gotox0y3(); - clrtoeol(); - gotox0y(4); - clrtoeol(); + cblank(76); } } -- cgit v1.2.3