From fdad3e8a7ac41f73b3fd3ff00399a58873994094 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 4 Apr 2021 15:27:33 -0400 Subject: Cleanup throw cargo display, part deux --- taipan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'taipan.c') diff --git a/taipan.c b/taipan.c index c7498ad..e911eae 100644 --- a/taipan.c +++ b/taipan.c @@ -1279,7 +1279,7 @@ char sea_battle(char id, int num_ships) { gotox0y(3); // cputs("You have the following on board"); print_msg(M_you_have_on_board); - cprint_taipan_colon(); + cprint_colon_space(); gotoxy(4, 4); // cputs(item[0]); print_msg(M_opium); -- cgit v1.2.3