[gnome-nibbles] Bring up score dialog with multiple worms/game
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles] Bring up score dialog with multiple worms/game
- Date: Wed, 6 Nov 2013 04:34:54 +0000 (UTC)
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]