emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/play/tetris.el,v


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/play/tetris.el,v
Date: Sun, 28 Jan 2007 19:39:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      07/01/28 19:39:58

Index: tetris.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/play/tetris.el,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- tetris.el   21 Jan 2007 03:05:07 -0000      1.18
+++ tetris.el   28 Jan 2007 19:39:58 -0000      1.19
@@ -362,9 +362,9 @@
   (setq tetris-pos-y 0)
   (if (tetris-test-shape)
       (tetris-end-game)
-    (tetris-draw-shape))
+    (tetris-draw-shape)
   (tetris-draw-next-shape)
-  (tetris-update-score))
+    (tetris-update-score)))
 
 (defun tetris-draw-next-shape ()
   (loop for y from 0 to 3 do




reply via email to

[Prev in Thread] Current Thread [Next in Thread]