gcompris r3780 - in branches/GCOMPRIS_8_3: . src/boards



Author: bcoudoin
Date: Mon Mar 16 22:45:07 2009
New Revision: 3780
URL: http://svn.gnome.org/viewvc/gcompris?rev=3780&view=rev

Log:
	Fixed melody activity, some sound files was not correct which
	made it sometimes imposible to complete.
	merged from trunk 3779



Modified:
   branches/GCOMPRIS_8_3/   (props changed)
   branches/GCOMPRIS_8_3/ChangeLog
   branches/GCOMPRIS_8_3/src/boards/memory.c

Modified: branches/GCOMPRIS_8_3/src/boards/memory.c
==============================================================================
--- branches/GCOMPRIS_8_3/src/boards/memory.c	(original)
+++ branches/GCOMPRIS_8_3/src/boards/memory.c	Mon Mar 16 22:45:07 2009
@@ -239,16 +239,16 @@
    "sounds/memory/tri.ogg",
    "sounds/chronos/space/1.ogg",
    "sounds/chronos/space/2.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/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/melody/tachos/melody.ogg"
 };
 



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