rnd-20040927-1-src
[rocksndiamonds.git] / src / game.c
index 8bf4818494aafa34495fd81a1036fb7b778b3037..62c70419496359931596b6111216080ebed8c4db 100644 (file)
@@ -12394,6 +12394,11 @@ static void PlayLevelMusic()
     PlayMusic(MAP_NOCONF_MUSIC(level_nr));     /* from music dir */
 }
 
+void PlayLevelSound_EM(int x, int y, int element, int action)
+{
+  PlayLevelSoundElementAction(x, y, element, action);
+}
+
 void RaiseScore(int value)
 {
   local_player->score += value;