diff options
-rw-r--r-- | taipan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |