Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/boards
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2009-03-16 22:39:38 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2009-03-16 22:39:38 (GMT)
commit3cc65cbedf30e6a089bd88a9d7946cedd48a3427 (patch)
treea6811992a36b1d9ea5422078df8380ca27c958c6 /src/boards
parent30c5b6b29ee009657402d006ab8debde75e58fac (diff)
Fixed melody activity, some sound files was not correct which
made it sometimes imposible to complete. svn path=/trunk/; revision=3779
Diffstat (limited to 'src/boards')
-rw-r--r--src/boards/memory.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/src/boards/memory.c b/src/boards/memory.c
index f0d3a5a..2b88d87 100644
--- a/src/boards/memory.c
+++ b/src/boards/memory.c
@@ -234,16 +234,16 @@ static gchar *soundList[] =
"sounds/LuneRouge/usine/LRHits_01_by_Lionel_Allorge.ogg",
"sounds/chronos/space/1.ogg",
"sounds/chronos/space/2.ogg",
- "sounds/melody/guitar/melody.ogg",
- "sounds/melody/guitar/son1.ogg",
- "sounds/melody/guitar/son2.ogg",
- "sounds/melody/guitar/son3.ogg",
- "sounds/melody/guitar/son4.ogg",
- "sounds/melody/tachos/melody.ogg",
- "sounds/melody/tachos/son1.ogg",
- "sounds/melody/tachos/son2.ogg",
- "sounds/melody/tachos/son3.ogg",
- "sounds/melody/tachos/son4.ogg",
+ "sounds/melody/guitar/melody.wav",
+ "sounds/melody/guitar/son1.wav",
+ "sounds/melody/guitar/son2.wav",
+ "sounds/melody/guitar/son3.wav",
+ "sounds/melody/guitar/son4.wav",
+ "sounds/melody/tachos/melody.wav",
+ "sounds/melody/tachos/son1.wav",
+ "sounds/melody/tachos/son2.wav",
+ "sounds/melody/tachos/son3.wav",
+ "sounds/melody/tachos/son4.wav",
"sounds/memory/plick.ogg",
"sounds/memory/tick.ogg",
"sounds/memory/tri.ogg",