summaryrefslogtreecommitdiff
path: root/lisp/play/gomoku.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-04-05 06:29:42 +0000
committerGlenn Morris <rgm@gnu.org>2007-04-05 06:29:42 +0000
commitd2fe66859ec60af7bec6b6d7fbd8ff7106d54ed7 (patch)
tree499bb31a03a4fc4353e9de7d9a01a11b7d596f68 /lisp/play/gomoku.el
parent8b9145b6ef713fdc1ac60cd6504afd0b28a71f92 (diff)
Seed RNG on loading.
Diffstat (limited to 'lisp/play/gomoku.el')
-rw-r--r--lisp/play/gomoku.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/play/gomoku.el b/lisp/play/gomoku.el
index c05a46b90f..8c04f254a0 100644
--- a/lisp/play/gomoku.el
+++ b/lisp/play/gomoku.el
@@ -1209,6 +1209,8 @@ If the game is finished, this command requests for another game."
(move-to-column (+ gomoku-x-offset
(* gomoku-square-width (1- gomoku-board-width)))))
+(random t)
+
(provide 'gomoku)
;;; arch-tag: b1b8205e-77fc-4597-b373-3ea2c04311eb