[gnome-games] gnibbles: Fixed bug #598668, Removed useless check



commit 82b9d8e828357b9e98be27fcfd9a957fb426bf85
Author: Guillaume Beland <guillaume beland gmail com>
Date:   Fri Oct 16 18:33:08 2009 -0400

    gnibbles: Fixed bug #598668, Removed useless check

 gnibbles/worm.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/gnibbles/worm.c b/gnibbles/worm.c
index f02f6a4..22b8a0d 100644
--- a/gnibbles/worm.c
+++ b/gnibbles/worm.c
@@ -673,9 +673,6 @@ gnibbles_worm_rescale (GnibblesWorm *worm, gint tilesize)
 void
 gnibbles_worm_move_head (GnibblesWorm *worm)
 {
-  if (g_list_length (worm->list) < 0)
-    return;
-
   if (worm->human)
     worm->keypress = 0;
 



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