X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/366d045b88e8769eefc2a9ce84458034c76847bc..7f89707cfefc99bd87511cb5d1f48a217c85e8fa:/osx.m diff --git a/osx.m b/osx.m index 337748d..dfed94c 100644 --- a/osx.m +++ b/osx.m @@ -651,7 +651,7 @@ struct frontend { } - (void)restartGame:(id)sender { - [self processButton:'r' x:-1 y:-1]; + midend_restart_game(me); } - (void)undoMove:(id)sender {