X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/008b4378244bc9da9bc021598c8ff6d75a420593..8586183cb0df975491d0c9aba1fb084c39f4f0f4:/midend.c diff --git a/midend.c b/midend.c index de20e14..e71cd33 100644 --- a/midend.c +++ b/midend.c @@ -315,7 +315,7 @@ static int midend_really_process_key(midend_data *me, int x, int y, int button) if (!midend_undo(me)) return 1; } else if (button == 'r' || button == 'R' || - button == '\x12') { + button == '\x12' || button == '\x19') { midend_stop_anim(me); if (!midend_redo(me)) return 1; @@ -325,7 +325,7 @@ static int midend_really_process_key(midend_data *me, int x, int y, int button) } else { game_state *s = me->ourgame->make_move(me->states[me->statepos-1].state, - me->ui, x, y, button); + me->ui, me->drawstate, x, y, button); if (s == me->states[me->statepos-1].state) { /*