comparison srogue/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 3aa87373c908
children 1e88eb1942a5
comparison
equal deleted inserted replaced
60:3aa87373c908 61:47aeaccbb953
175 when 'p': 175 when 'p':
176 if (get_dir()) 176 if (get_dir())
177 do_zap(TRUE); 177 do_zap(TRUE);
178 else 178 else
179 after = FALSE; 179 after = FALSE;
180 when 'v': msg("Super Rogue version %s.",release); 180 when 'v': after = FALSE; msg("Super Rogue version %s.",release);
181 when 'D': dip_it(); 181 when 'D': dip_it();
182 when CTRL('L') : after = FALSE; restscr(cw); 182 when CTRL('L') : after = FALSE; restscr(cw);
183 when CTRL('R') : after = FALSE; msg(huh); 183 when CTRL('R') : after = FALSE; msg(huh);
184 when 'a': after = FALSE; dispmax(); 184 when 'a': after = FALSE; dispmax();
185 when '@' : if (author()) 185 when '@' : if (author())