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



commit 3109865df001e5aebecace4ee44ae85c3512d4f3
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 e6603ba..c9c2a80 100644
--- a/src/gnibbles.c
+++ b/src/gnibbles.c
@@ -366,9 +366,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]