X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fgame.c;h=1f019a4e1dfba2e62d425d82906a7bcbf9b71b8d;hb=54fc619a9b7dcd29bc8f65fff83e6995378f8ed9;hp=e3729c08c620a4c3442b53ecf190a3cd95d095da;hpb=54bec5c06ec986c0abe1bfff4ca41944dfd3c540;p=rocksndiamonds.git diff --git a/src/game.c b/src/game.c index e3729c08..1f019a4e 100644 --- a/src/game.c +++ b/src/game.c @@ -14806,7 +14806,7 @@ void PlayLevelSound_EM(int xx, int yy, int element_em, int sample) PlayLevelSoundElementAction(x, y, element, ACTION_DROPPING); break; - case SOUND_slidewall: + case SOUND_slide: PlayLevelSoundElementAction(x, y, element, ACTION_GROWING); break;