aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--taipan.c4
1 files changed, 1 insertions, 3 deletions
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);
}
}