diff options
-rw-r--r-- | taipan.c | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1135,7 +1135,7 @@ char sea_battle(char id, int num_ships) { while(!orders) set_orders(); gotox0y3(); - cblank(76); + cblank(80); } } @@ -1341,11 +1341,7 @@ char sea_battle(char id, int num_ships) { } gotox0y(4); - clrtoeol(); - gotox0y(5); - clrtoeol(); - gotox0y(6); - clrtoeol(); + cblank(120); if(total > 0) { gotox0y3(); |