From: Martin Read Date: Mon, 23 Sep 2013 19:36:53 +0000 (+0100) Subject: Remove unnecessary press_enter() call on levelup and improve prominence of death... X-Git-Tag: printmsg-purged~77 X-Git-Url: http://git.blackswordsonics.com/?a=commitdiff_plain;h=9c326613c637e1dc855d913a51042c78bc74ba0a;p=victrix-abyssi Remove unnecessary press_enter() call on levelup and improve prominence of death notice --- diff --git a/u.c b/u.c index b677bb5..ef1a9ef 100644 --- a/u.c +++ b/u.c @@ -345,7 +345,7 @@ int do_death(enum death d, const char *what) { fp = fopen("victrix-abyssi.log", "a"); } - print_msg("THOU ART SLAIN!\n"); + print_msg("\n\nTHOU ART SLAIN!\n\n"); game_finished = 1; switch (d) { @@ -550,7 +550,6 @@ void gain_experience(int amount) status_updated = 1; print_msg("You gained %d hit points.\n", hpgain); } - press_enter(); } else {