[gnome-nibbles/gnome-3-10] Bring up score dialog with multiple worms/game



commit 45da12a63d9623958dc40d0f90b8a5ed6dff28ac
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Tue Nov 5 22:01:23 2013 -0600

    Bring up score dialog with multiple worms/game
    
    Considering the min number of worms per game in two, I wonder what this
    was ever about. There's a separate check below to make sure only one
    human is playing.

 src/gnibbles.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/gnibbles.c b/src/gnibbles.c
index d2b7028..16571a1 100644
--- a/src/gnibbles.c
+++ b/src/gnibbles.c
@@ -367,9 +367,6 @@ gnibbles_log_score (GtkWidget * window)
 {
   gint pos;
 
-  if (properties->numworms > 1)
-    return;
-
   if (properties->human != 1)
     return;
 


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