[gnome-games] [same-gnome-clutter] Don't only unlight if we're connected to 2 lights; that's silly



commit 4509747f5e6a54711b62f7c5d56790c735acbc25
Author: Tim Horton <hortont424 gmail com>
Date:   Sun Jul 5 20:38:25 2009 -0400

    [same-gnome-clutter] Don't only unlight if we're connected to 2 lights; that's silly

 same-gnome-clutter/same.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/same-gnome-clutter/same.c b/same-gnome-clutter/same.c
index 911f89e..96ff653 100644
--- a/same-gnome-clutter/same.c
+++ b/same-gnome-clutter/same.c
@@ -216,10 +216,6 @@ gboolean light_left(ClutterActor * actor,
 {
 	light * l = (light *)user_data;
 	GList * cl = connected_lights(l);
-	
-	if(g_list_length(cl) < 2)
-		return FALSE;
-
 	GList * li;
 	
 	for(li = cl; li != NULL; li = g_list_next(li))



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