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);
|
||||
else
|
||||
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('R') : after = FALSE; msg(huh);
|
||||
when 'S' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue