From: Holger Schemel Date: Mon, 6 Dec 2004 02:18:56 +0000 (+0100) Subject: rnd-20041206-1-src X-Git-Tag: 3.1.1^2~36 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=1dbe9331ebec1abfb9e2247d52562bfdfed02227;hp=3efd775191c8182a1980b110461ad2a359fb0d27;p=rocksndiamonds.git rnd-20041206-1-src --- diff --git a/src/conftime.h b/src/conftime.h index 5a2bfca5..58daaca4 100644 --- a/src/conftime.h +++ b/src/conftime.h @@ -1 +1 @@ -#define COMPILE_DATE_STRING "[2004-11-30 02:34]" +#define COMPILE_DATE_STRING "[2004-12-06 03:08]" diff --git a/src/game.c b/src/game.c index f280dbac..902464c0 100644 --- a/src/game.c +++ b/src/game.c @@ -12458,7 +12458,7 @@ void PlayLevelSound_EM(int x, int y, int element_em, int sample) break; case SAMPLE_slurp: - PlayLevelSoundElementAction(x, y, element, ACTION_DYING); + PlayLevelSoundElementAction(x, y, element, ACTION_SLURPED_BY_SPRING); break; case SAMPLE_eater: @@ -12478,7 +12478,7 @@ void PlayLevelSound_EM(int x, int y, int element_em, int sample) break; case SAMPLE_squash: - PlayLevelSoundElementAction(x, y, element, ACTION_BREAKING); + PlayLevelSoundElementAction(x, y, element, ACTION_SMASHED_BY_ROCK); break; case SAMPLE_wonderfall: @@ -12534,7 +12534,7 @@ void PlayLevelSound_EM(int x, int y, int element_em, int sample) break; case SAMPLE_wheel: - PlaySoundStereo(SND_MAGIC_WALL_ACTIVE, SOUND_MIDDLE); + PlayLevelSound(x, y, SND_ROBOT_WHEEL_ACTIVE); break; case SAMPLE_boom: