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