aboutsummaryrefslogtreecommitdiff
path: root/osx.m
diff options
context:
space:
mode:
Diffstat (limited to 'osx.m')
-rw-r--r--osx.m2
1 files changed, 1 insertions, 1 deletions
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
{