comparison rogue3/command.c @ 61:47aeaccbb953

rogue3, srogue: showing the version should not take a turn.
author elwin
date Thu, 24 May 2012 05:10:38 +0000
parents 24e6beb9e7aa
children e52a8a7ad4c5
comparison
equal deleted inserted replaced
60:3aa87373c908 61:47aeaccbb953
176 when 'p': 176 when 'p':
177 if (get_dir()) 177 if (get_dir())
178 do_zap(TRUE); 178 do_zap(TRUE);
179 else 179 else
180 after = FALSE; 180 after = FALSE;
181 when 'v' : msg("Rogue version %s. (mctesq was here)", release); 181 when 'v' : after = FALSE; msg("Rogue version %s. (mctesq was here)", release);
182 when CTRL('L') : after = FALSE; clearok(curscr,TRUE);draw(curscr); 182 when CTRL('L') : after = FALSE; clearok(curscr,TRUE);draw(curscr);
183 when CTRL('R') : after = FALSE; msg(huh); 183 when CTRL('R') : after = FALSE; msg(huh);
184 when 'S' : 184 when 'S' :
185 after = FALSE; 185 after = FALSE;
186 if (save_game()) 186 if (save_game())