From de5a281e1befc79dbd0453f2ce4991521fbb5aa1 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 22 Feb 2016 23:09:25 -0500 Subject: save 12 more bytes, 7388 free --- taipan.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/taipan.c b/taipan.c index 0b96a4b..72f2db0 100644 --- a/taipan.c +++ b/taipan.c @@ -664,7 +664,7 @@ void at_sea(void) { cspace(); rvs_on(); // cputs(location[0]); - print_msg(location[0]); + print_msg(M_at_sea); rvs_off(); cspaces(3); @@ -1212,25 +1212,25 @@ char sea_battle(char id, int num_ships) { cprint_taipan_colon(); gotoxy(4, 4); // cputs(item[0]); - print_msg(item[0]); + print_msg(M_opium); // cputs(": "); cprint_colon_space(); cprintulong(hold_[0]); gotoxy(24, 4); // cputs(item[1]); - print_msg(item[1]); + print_msg(M_silk); // cputs(": "); cprint_colon_space(); cprintulong(hold_[1]); gotoxy(5, 5); // cputs(item[2]); - print_msg(item[2]); + print_msg(M_arms); // cputs(": "); cprint_colon_space(); cprintulong(hold_[2]); gotoxy(21, 5); // cputs(item[3]); - print_msg(item[3]); + print_msg(M_gen_cargo); // cputs(": "); cprint_colon_space(); cprintulong(hold_[3]); @@ -1657,7 +1657,7 @@ void port_stats(void) cputs(firm); comma_space(); // cputs(location[1]); - print_msg(location[1]); + print_msg(M_hong_kong); gotoxy(21, 4); in_use = warehouse_in_use(); -- cgit v1.2.3