diff options
-rw-r--r-- | taipan.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1126,10 +1126,7 @@ char sea_battle(char id, int num_ships) { booty = 0L; } - for(i = 0; i <= 9; i++) { - ships_on_screen[i] = 0; - } - + clear_ships_on_screen(); clr_screen(); /* the static part of "we have N guns" display, gets printed |