X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fgame.c;h=62c70419496359931596b6111216080ebed8c4db;hb=9583e9c55b889974e0df9a8ca1930efdf29bda29;hp=8bf4818494aafa34495fd81a1036fb7b778b3037;hpb=c5321d9d36d0a74062651d0352fbbaccbe125eca;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index 8bf48184..62c70419 100644 --- a/src/game.c +++ b/src/game.c @@ -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;