rogue3, srogue: showing the version should not take a turn.
This commit is contained in:
parent
5114a73d41
commit
6badae1890
2 changed files with 2 additions and 2 deletions
|
|
@ -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' :
|
||||||
|
|
|
||||||
|
|
@ -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);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue