[gbrainy] Fixes Debian bug #912179



commit a06d10bda78a901d86e674c6a334f3bb2b033f6a
Author: Jordi Mas <jmas softcatala org>
Date:   Mon Oct 29 07:06:56 2018 +0100

    Fixes Debian bug #912179

 data/games.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/games.xml b/data/games.xml
index 8ef55cc..c7487a5 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -812,7 +812,7 @@
                <variables>
                                int [] dists_a = new int [] {3, 8, 12};
                                int [] dists_b = new int [] {4, 6, 9};
-                               int [] dists_c = new int [] {5, 10, 15};
+                               int [] dists_c = new int [] {10, 20, 30};
 
                                int index = random.Next (dists_a.Length);
                                int dist_a = dists_a[index];


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