From eb650fa38464016a5449f967bf6eba783159078a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 3 Apr 2021 18:41:17 -0400 Subject: Fix bug in sea_battle() --- taipan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taipan.c b/taipan.c index 92c3d80..77d0616 100644 --- a/taipan.c +++ b/taipan.c @@ -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); -- cgit v1.2.3