rnd-20070318-1-src
[rocksndiamonds.git] / src / init.c
index c78a3420b3563908b39400bd958f299dbd429889..7ec7446a70f767802e4cfd2c7ee51ecc72948443 100644 (file)
@@ -1640,7 +1640,7 @@ static void set_sound_parameters(int sound, char **parameter_raw)
   sound_info[sound].volume = parameter[SND_ARG_VOLUME];
 
   /* sound priority to give certain sounds a higher or lower priority */
-  sound_info[sound].volume = parameter[SND_ARG_VOLUME];
+  sound_info[sound].priority = parameter[SND_ARG_PRIORITY];
 }
 
 static void InitSoundInfo()