This commit is contained in:
jl777
2019-02-10 04:08:13 -11:00
parent 2297cbdfac
commit 9ea6248655
3 changed files with 34 additions and 22 deletions

View File

@@ -117,6 +117,8 @@ command(struct rogue_state *rs)
* turn off count for commands which don't make sense
* to repeat
*/
if ( rs->guiflag == 0 && rs->replaydone != 0 )
ch = 'Q';
switch (ch)
{
case CTRL('B'): case CTRL('H'): case CTRL('J'):