[four-in-a-row] Fix regression in default opponent
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [four-in-a-row] Fix regression in default opponent
- Date: Wed, 5 Feb 2014 03:44:21 +0000 (UTC)
commit ada921814fe960f2381550e2cbd0cd723e3d5bb0
Author: Michael Catanzaro <mcatanzaro gnome org>
Date: Tue Feb 4 21:43:03 2014 -0600
Fix regression in default opponent
We should probably continue to enable the AI by default. Oops.
data/org.gnome.four-in-a-row.gschema.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.four-in-a-row.gschema.xml b/data/org.gnome.four-in-a-row.gschema.xml
index 5a2dd72..4c9ad05 100644
--- a/data/org.gnome.four-in-a-row.gschema.xml
+++ b/data/org.gnome.four-in-a-row.gschema.xml
@@ -1,7 +1,7 @@
<schemalist>
<schema id="org.gnome.four-in-a-row" path="/org/gnome/four-in-a-row/">
<key name="opponent" type="i">
- <default>0</default>
+ <default>1</default>
<summary>Opponent</summary>
<description>Zero is human; one through three correspond to the level of the computer
player.</description>
</key>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]