rogue3, srogue: showing the version should not take a turn.

This commit is contained in:
John "Elwin" Edwards 2012-05-24 05:10:38 +00:00
parent 5114a73d41
commit 6badae1890
2 changed files with 2 additions and 2 deletions

View file

@ -178,7 +178,7 @@ command()
do_zap(TRUE); do_zap(TRUE);
else else
after = FALSE; after = FALSE;
when 'v' : msg("Rogue version %s. (mctesq was here)", release); when 'v' : after = FALSE; msg("Rogue version %s. (mctesq was here)", release);
when CTRL('L') : after = FALSE; clearok(curscr,TRUE);draw(curscr); when CTRL('L') : after = FALSE; clearok(curscr,TRUE);draw(curscr);
when CTRL('R') : after = FALSE; msg(huh); when CTRL('R') : after = FALSE; msg(huh);
when 'S' : when 'S' :

View file

@ -177,7 +177,7 @@ command()
do_zap(TRUE); do_zap(TRUE);
else else
after = FALSE; after = FALSE;
when 'v': msg("Super Rogue version %s.",release); when 'v': after = FALSE; msg("Super Rogue version %s.",release);
when 'D': dip_it(); when 'D': dip_it();
when CTRL('L') : after = FALSE; restscr(cw); when CTRL('L') : after = FALSE; restscr(cw);
when CTRL('R') : after = FALSE; msg(huh); when CTRL('R') : after = FALSE; msg(huh);