diff options
-rw-r--r-- | taipan.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1135,9 +1135,7 @@ char sea_battle(char id, int num_ships) { while(!orders) set_orders(); gotox0y3(); - clrtoeol(); - gotox0y(4); - clrtoeol(); + cblank(76); } } |