diff options
Diffstat (limited to 'chess-engine.el')
| -rw-r--r-- | chess-engine.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chess-engine.el b/chess-engine.el index 1dd1022..380803d 100644 --- a/chess-engine.el +++ b/chess-engine.el @@ -118,7 +118,9 @@ (format "Do you wish to play a chess game against %s? " (car args)) (format "Do you wish to play a chess game against an anonymous opponent? "))) - (chess-engine-command nil 'accept) + (progn + (chess-game-set-data game 'active t) + (chess-engine-command nil 'accept)) (chess-engine-command nil 'decline))) t) |
