diff options
author | B. Watson <yalhcru@gmail.com> | 2021-04-04 15:27:33 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-04-04 15:27:33 -0400 |
commit | fdad3e8a7ac41f73b3fd3ff00399a58873994094 (patch) | |
tree | 6a37b94138cf9c4ceb417946c89e00d38c9fdd16 | |
parent | 7c98e0584f5c611e53f757ddcc8655551428ba30 (diff) | |
download | taipan-fdad3e8a7ac41f73b3fd3ff00399a58873994094.tar.gz |
Cleanup throw cargo display, part deux
-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); |