rnd-20100313-1-src
[rocksndiamonds.git] / src / game_sp / Sound.c
index b17c41936a5ce69cdec7cc7254a22f3a7c9c5a15..1284e58c30988017e6e0a98e72ee4867d5bd301b 100644 (file)
@@ -208,6 +208,14 @@ void subSoundFXExit()
 #endif
 }
 
+void subSoundFX(int si, int element, int action)
+{
+  int x = GetX(si);
+  int y = GetY(si);
+
+  PlayLevelSound_SP(x, y, element, action);
+}
+
 void subMusicInit()
 {
 }