diff options
-rw-r--r-- | taipan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1386,7 +1386,7 @@ char sea_battle(char id, int num_ships) { print_msg(M_we_got_away); cprint_taipan_bang(); good_joss_sound(); - set_orders(); + timed_getch(); num_ships = 0; } else { gotox0y(3); |