From c0b018f57b582c0c6b0ff725831cc203b3819d49 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 28 Feb 2016 03:16:44 -0500 Subject: save 4 more bytes, 7812 free --- messages.pl | 4 ++-- taipan.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/messages.pl b/messages.pl index 61ae824..3067eb1 100644 --- a/messages.pl +++ b/messages.pl @@ -225,8 +225,8 @@ very_well "Very well. " will_not_pay "will not pay\r\nLi Yuen the difference. I would be very\r\nwary of pirates if I were you." you_only_have "you only have " nl_in_spc "\nin " -the_bank "the bank" -cash "cash" +the_bank "the bank.\n" +cash "cash.\n" do_you_have_biz_with_wu "Do you have business with Elder Brother\r\nWu, the moneylender? " aware_of_your_plight "Elder Brother is aware of your plight,\r\nTaipan. He is willing to loan you an\r\nadditional " if_you_will_pay_back " if you will pay back\r\n" diff --git a/taipan.c b/taipan.c index 1b30c6b..49f0b62 100644 --- a/taipan.c +++ b/taipan.c @@ -2644,7 +2644,7 @@ void you_only_have(unsigned char in_bank) { print_msg(M_nl_in_spc); // cputs(in_bank ? "the bank" : "cash"); print_msg(in_bank ? M_the_bank : M_cash); - cputs(".\n"); + // cputs(".\n"); good_joss_timed_getch(); } #else -- cgit v1.2.3