aboutsummaryrefslogtreecommitdiff
path: root/taipan.c
diff options
context:
space:
mode:
Diffstat (limited to 'taipan.c')
-rw-r--r--taipan.c2
1 files changed, 1 insertions, 1 deletions
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