[gbrainy/stable: 3/23] Fixes bugzilla#662041
- From: Bruce Cowan <bcowan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gbrainy/stable: 3/23] Fixes bugzilla#662041
- Date: Tue, 2 Oct 2012 22:00:06 +0000 (UTC)
commit 0717cb8b78dcc25a15e8970d96cd9f1718425f9a
Author: Jordi Mas <jmas softcatala org>
Date: Mon Oct 17 23:40:56 2011 +0200
Fixes bugzilla#662041
data/games.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/games.xml b/data/games.xml
index 0bd8b3b..3b144e7 100644
--- a/data/games.xml
+++ b/data/games.xml
@@ -623,7 +623,7 @@
<variables>
// num + (num / 2) - 15 = add
int [] nums = new int [] {50, 70, 110, 130, 150, 210, 290, 310};
- int [] adds = new int [] {60, 90, 150, 180, 210, 330, 420, 450};
+ int [] adds = new int [] {60, 90, 150, 180, 210, 300, 420, 450};
int index = random.Next (nums.Length);
int add = adds [index];
int heavier = nums [index];
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]