diff options
author | B. Watson <yalhcru@gmail.com> | 2021-04-03 18:41:17 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-04-03 18:41:17 -0400 |
commit | eb650fa38464016a5449f967bf6eba783159078a (patch) | |
tree | 44f7bfd1bf678a0edb6435540827f6f44de4d08c | |
parent | 38fbe6b269192f151aeb9f171a895520d0fd6479 (diff) | |
download | taipan-eb650fa38464016a5449f967bf6eba783159078a.tar.gz |
Fix bug in sea_battle()
-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); |